ansible/roles/prometheus/templates/rules.yml.j2

6 lines
87 B
Text
Raw Normal View History

---
{{ ansible_managed | comment }}
2023-11-02 20:27:45 +01:00
{{ prometheus__rules_config | to_nice_yaml }}
...