From 54244ae7cefdfb1269e53fcf47ef65f0efceb941 Mon Sep 17 00:00:00 2001 From: Tobias Stein Date: Wed, 26 Jul 2023 17:30:08 +0200 Subject: [PATCH] Correct identation an quoting of inventory --- inventory/dezentrale.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/inventory/dezentrale.yml b/inventory/dezentrale.yml index 0966c3d..331f2b2 100644 --- a/inventory/dezentrale.yml +++ b/inventory/dezentrale.yml @@ -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"