ansible-install-server/inventory/camp.yml

20 lines
557 B
YAML

all:
vars:
apt_cacher_offline_mode: false
ansible_nopasswd: true
# interface for a internet connection
wan_interface: "wlp1s0" # NIC zum Internet
# 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"
hosts:
debian:
# interface to install the clients
dhcp_interface: "enp0s31f6" # NIC für die Installer Netz
# customized server name
server_name: "debian"