ansible-collection-prometheus/roles/ipmi_exporter/templates/config.yaml.j2
SuperQ b3582f1ff9
feat: Add ipmi_exporter role
Add a new role for the `ipmi_exporter`.

Signed-off-by: SuperQ <superq@gmail.com>
2024-01-15 09:35:44 +01:00

4 lines
106 B
Django/Jinja

---
{{ ansible_managed | comment }}
modules:
{{ ipmi_exporter_modules | to_nice_yaml | indent(2, true) }}