From e627d480d9380379020612bb7c6847fb7dbda5b2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 21 Nov 2022 00:47:04 +0100 Subject: one more minor fix --- inventory/host_vars/ch-mon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory/host_vars/ch-mon.yml') diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml index 8e7e0074..c6ec6901 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -104,7 +104,7 @@ prometheus_exporter_smokeping_targets: - 9.9.9.9 - 8.8.8.8 - 1.1.1.1 - - "{{ hostvars['ch-atlas'].vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(hostvars['ch-atlas'].vm_host.network.bridges.public.offsets['ch-atlas']) | ipaddr('address') }}" + - "{{ hostvars['ch-atlas'].vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(hostvars['ch-atlas'].vm_host.network.bridges.public.offsets['ch-atlas']) | ansible.utils.ipaddr('address') }}" prometheus_job_multitarget_blackbox__probe: ch-mon: -- cgit v1.2.3