1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 20:07:00 +02:00
ansible-collection-prometheus/roles/prometheus/templates/blackbox.yml

11 lines
166 B
YAML
Raw Normal View History

2020-11-13 10:36:46 +01:00
---
{{ ansible_managed | comment }}
modules:
{% for module in blackbox_modules | dict2items %}
2020-11-13 10:36:46 +01:00
{{ module.key }}:
{{ module.value | indent(4) }}
2020-11-13 10:36:46 +01:00
{% endfor %}