summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-testvm-atlas.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-06 01:51:50 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-06 01:51:50 +0200
commitcacb62267e536d125afa6954d41202cf0e7f1310 (patch)
tree350df347eae7dccb872f9d00a0bf5055f9e70708 /inventory/host_vars/ch-testvm-atlas.yml
parentreplace some more ipaddr() filter calls (cont'd) (diff)
replace some more ipaddr() filter calls (cont'd)
Diffstat (limited to 'inventory/host_vars/ch-testvm-atlas.yml')
-rw-r--r--inventory/host_vars/ch-testvm-atlas.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-testvm-atlas.yml b/inventory/host_vars/ch-testvm-atlas.yml
index f647a97f..3f10a59e 100644
--- a/inventory/host_vars/ch-testvm-atlas.yml
+++ b/inventory/host_vars/ch-testvm-atlas.yml
@@ -25,9 +25,9 @@ network:
interfaces: "{{ install.interfaces }}"
primary: &_network_primary_
name: primary0
- address: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+ 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 | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+ address6: "{{ vm_host.network.bridges.public.prefix6 | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) }}"
gateway6: "{{ vm_host.network.bridges.public.gateway6 }}"
interfaces:
- *_network_primary_