From 3ee3bd306b3b58656c6397c09caf4be1b1d66644 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 21 May 2023 00:35:29 +0200 Subject: cleanup vm configs for some hosts --- inventory/host_vars/ele-mur.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory/host_vars/ele-mur.yml') diff --git a/inventory/host_vars/ele-mur.yml b/inventory/host_vars/ele-mur.yml index 598f2f8e..6a744865 100644 --- a/inventory/host_vars/ele-mur.yml +++ b/inventory/host_vars/ele-mur.yml @@ -32,7 +32,7 @@ network: name: primary0 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.offsets[inventory_hostname]) }}" + 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