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

6 lines
81 B
Text
Raw Normal View History

2021-04-01 05:21:08 +02:00
---
{{ ansible_managed | comment }}
2019-05-05 14:07:04 +02:00
{{ prometheus__config | to_nice_yaml }}
...