From e7fe5d983298c7f7af829a56a2ae154eaeb5b96f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 6 Sep 2022 00:58:12 +0200 Subject: replace some more ipaddr() filter calls (cont'd) --- chaos-at-home/ch-equinox-ws.yml | 2 +- chaos-at-home/ch-http-proxy.yml | 6 +++--- chaos-at-home/ch-mc.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chaos-at-home') diff --git a/chaos-at-home/ch-equinox-ws.yml b/chaos-at-home/ch-equinox-ws.yml index e70091cf..433ed78f 100644 --- a/chaos-at-home/ch-equinox-ws.yml +++ b/chaos-at-home/ch-equinox-ws.yml @@ -29,7 +29,7 @@ - name: mount fileserver volumes mount: - src: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus']) | ipaddr('address') }}:/" + src: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-prometheus']) | ansible.utils.ipaddr('address') }}:/" path: /srv/files fstype: nfs4 opts: nodev,x-systemd.automount,nofail diff --git a/chaos-at-home/ch-http-proxy.yml b/chaos-at-home/ch-http-proxy.yml index a969dbc0..dc362aa4 100644 --- a/chaos-at-home/ch-http-proxy.yml +++ b/chaos-at-home/ch-http-proxy.yml @@ -113,7 +113,7 @@ - passwd.chaos-at-home.org locations: '/': - proxy_pass: "https://{{ network_zones.svc.prefix | ipaddr(network_zones.svc.offsets['ch-auth-legacy']) | ipaddr('address') }}/" + proxy_pass: "https://{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets['ch-auth-legacy']) | ansible.utils.ipaddr('address') }}/" proxy_ssl: verify: "on" trusted_certificate: /etc/ssl/whawty-auth-ca/ca.pem @@ -180,7 +180,7 @@ - webmail.chaos-at-home.org locations: '/': - proxy_pass: "https://{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus-legacy']) | ipaddr('address') }}/" + proxy_pass: "https://{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-prometheus-legacy']) | ansible.utils.ipaddr('address') }}/" proxy_ssl: verify: "on" trusted_certificate: /etc/ssl/prometheus-old-ca/ca.pem @@ -205,7 +205,7 @@ - webdav.chaos-at-home.org locations: '/': - proxy_pass: "https://{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus-legacy']) | ipaddr('address') }}/" + proxy_pass: "https://{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-prometheus-legacy']) | ansible.utils.ipaddr('address') }}/" proxy_ssl: verify: "on" trusted_certificate: /etc/ssl/prometheus-old-ca/ca.pem diff --git a/chaos-at-home/ch-mc.yml b/chaos-at-home/ch-mc.yml index 9f9e5b67..a9cb9707 100644 --- a/chaos-at-home/ch-mc.yml +++ b/chaos-at-home/ch-mc.yml @@ -14,7 +14,7 @@ post_tasks: - name: mount fileserver volumes mount: - src: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus']) | ipaddr('address') }}:/" + src: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-prometheus']) | ansible.utils.ipaddr('address') }}:/" path: /srv/files fstype: nfs4 opts: nodev,x-systemd.automount,nofail,ro -- cgit v1.2.3