summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-prometheus-legacy.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-06 02:07:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-06 02:07:23 +0200
commit081c0f926cba1636a6655d51b60809fb2610bc89 (patch)
tree521ed46ae8c49a06fa260dfe8b781179b0eb2e85 /inventory/host_vars/ch-prometheus-legacy.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-prometheus-legacy.yml')
-rw-r--r--inventory/host_vars/ch-prometheus-legacy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-prometheus-legacy.yml b/inventory/host_vars/ch-prometheus-legacy.yml
index afab98c0..2eb2858f 100644
--- a/inventory/host_vars/ch-prometheus-legacy.yml
+++ b/inventory/host_vars/ch-prometheus-legacy.yml
@@ -37,7 +37,7 @@ network:
interfaces: "{{ install.interfaces }}"
primary: &_network_primary_
name: eth0
- 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_