From 2b56942ea00e450a99190673a7daf30d1137049c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 16 Oct 2022 01:00:38 +0200 Subject: rename ch-pan to ch-pan-legacy and some other cleanups --- inventory/host_vars/ch-atlas.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inventory/host_vars/ch-atlas.yml') diff --git a/inventory/host_vars/ch-atlas.yml b/inventory/host_vars/ch-atlas.yml index 7bf990c9..acc092f6 100644 --- a/inventory/host_vars/ch-atlas.yml +++ b/inventory/host_vars/ch-atlas.yml @@ -16,8 +16,7 @@ network: name: br-public address: "{{ vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) }}" gateway: "{{ vm_host.network.bridges.public.gateway }}" -# address6: "{{ vm_host.network.bridges.public.prefix6 | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets6[inventory_hostname]) }}" - address6: "{{ vm_host.network.bridges.public.prefix6 | ansible.utils.ipaddr(41) }}" + address6: "{{ vm_host.network.bridges.public.prefix6 | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets6[inventory_hostname]) }}" gateway6: "{{ vm_host.network.bridges.public.gateway6 }}" interfaces: - *_network_primary_ -- cgit v1.2.3