From 5feb3cbd679c45aed054a433b7ba25b5344f468d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 28 Feb 2023 23:32:32 +0100 Subject: ele-tarvos: moved to guest cont'd --- inventory/host_vars/ele-tarvos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inventory/host_vars/ele-tarvos.yml') diff --git a/inventory/host_vars/ele-tarvos.yml b/inventory/host_vars/ele-tarvos.yml index 0618275f..b4f36b40 100644 --- a/inventory/host_vars/ele-tarvos.yml +++ b/inventory/host_vars/ele-tarvos.yml @@ -31,12 +31,12 @@ install: - "consoleblank=0" network: - nameservers: "{{ network_zones.lan.dns }}" + nameservers: "{{ network_zones.guest.dns }}" domain: "{{ host_domain }}" primary: &_network_primary_ name: enp0s31f6 - address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}" - gateway: "{{ network_zones.lan.gateway }}" + address: "{{ network_zones.guest.prefix | ansible.utils.ipaddr(network_zones.guest.offsets[inventory_hostname]) }}" + gateway: "{{ network_zones.guest.gateway }}" interfaces: - *_network_primary_ -- cgit v1.2.3