ansible-install-server/inventory/local.yml

25 lines
703 B
YAML

all:
vars:
ansible_nopasswd: true
# interface for a internet connection
wan_interface: "{{ ansible_default_ipv4.interface }}"
# ip of the server of the installer network
server_ip: "192.168.33.8/24"
routers:
- "192.168.33.1"
#nameservers:
fai_config_git: "https://git.dezentrale.cloud/HW4F/fai-config.git"
fai_config_git_version: "HEAD"
hosts:
hw4f-fai-vagrant:
ansible_host: "192.168.33.9"
#ansible_connection: "local"
#python_interpreter: "/usr/bin/python3"
# interface to install the clients
dhcp_interface: eth1
# customized server name
server_name: "hw4f-fai-vagrant"
#localhost: