1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-22 19:36:59 +02:00

dnsbl exporter: fix targets.ini

This commit is contained in:
s3lph 2020-11-22 02:11:05 +01:00
parent 6b005a99e3
commit 86428966c1

View file

@ -4,5 +4,5 @@
{%- for host in hostvars.keys() %}
{%- if hostvars[host].monitor_dnsbl | default(true) %}
server={{ host }}
{%- endfor %}
{%- endif %}
{%- endfor %}