mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 11:53:12 +00:00
7 lines
176 B
Text
7 lines
176 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
groups:
|
||
|
- name: ansible managed alert rules
|
||
|
rules:
|
||
|
{{ prometheus_alert_rules | to_nice_yaml(indent=2,sort_keys=False) | indent(2,False) }}
|