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

modules:
  {{ prometheus_exporter_ssl_modules | combine(prometheus_exporter_ssl_modules_extra) | to_nice_yaml(indent=2) | indent(2) }}