summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-06 00:38:34 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-06 00:38:34 +0200
commite07ba9a6b81aee01a364fb3d9aae67da8ab98ddc (patch)
tree5debd107e408504a484df26af4a223246052fac4 /inventory/host_vars/ch-thetys.yml
parentreplace some more ipaddr() filter calls.. (diff)
replace some more ipaddr() filter calls (cont'd)
Diffstat (limited to 'inventory/host_vars/ch-thetys.yml')
-rw-r--r--inventory/host_vars/ch-thetys.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-thetys.yml b/inventory/host_vars/ch-thetys.yml
index 5fda8f08..c37e674c 100644
--- a/inventory/host_vars/ch-thetys.yml
+++ b/inventory/host_vars/ch-thetys.yml
@@ -12,7 +12,7 @@ network:
domain: "{{ host_domain }}"
primary: &_network_primary_
name: eno1
- address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+ address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_