mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 09:41:01 +01:00
dnsbl exporter: fix targets.ini
This commit is contained in:
parent
6b005a99e3
commit
86428966c1
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@
|
||||||
{%- for host in hostvars.keys() %}
|
{%- for host in hostvars.keys() %}
|
||||||
{%- if hostvars[host].monitor_dnsbl | default(true) %}
|
{%- if hostvars[host].monitor_dnsbl | default(true) %}
|
||||||
server={{ host }}
|
server={{ host }}
|
||||||
{%- endfor %}
|
{%- endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
Loading…
Reference in a new issue