1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00
ansible-collection-prometheus/roles/dnsbl_exporter/templates/etc/default/prometheus-dnsbl-exporter.j2

4 lines
191 B
Text
Raw Normal View History

2020-11-22 01:50:26 +01:00
{{ ansible_managed | comment }}
ARGS="--config.rbls=/etc/prometheus/dnsbl-exporter/rbls.ini --config.targets=/etc/prometheus/dnsbl-exporter/targets.ini {{ prometheus_dnsbl_exporter_args }}"