summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/blackbox/templates/config.yml.j2
blob: 0ff9db1333352bfc57d100c690cac552258b90b5 (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) }}