diff --git a/inventory/camp.yml b/inventory/camp.yml new file mode 100644 index 0000000..e1f1a6d --- /dev/null +++ b/inventory/camp.yml @@ -0,0 +1,19 @@ +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"