summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/blackbox/templates/config.yml.j2
blob: 01e3f7a00faf6b39493425f419f690de6481ef88 (plain) (blame)
1
2
3
4
# {{ ansible_managed }}

modules:
  {{ prometheus_exporter_blackbox_modules | combine(prometheus_exporter_blackbox_modules_extra) | to_nice_yaml(indent=2) | indent(2)}}