Correct identation an quoting of inventory

This commit is contained in:
rockstable 2023-07-26 17:30:08 +02:00
parent 2e5a80b1d1
commit 54244ae7ce
1 changed files with 10 additions and 10 deletions

View File

@ -1,18 +1,18 @@
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"
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"
hosts:
hw4f-fai:
# interface to install the clients
dhcp_interface: ens19
dhcp_interface: "ens19"
# customized server name
server_name: "hw4f-fai"