mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
b8e4f31779
Signed-off-by: dpavle <17710777+dpavle@users.noreply.github.com>
6 lines
176 B
Django/Jinja
6 lines
176 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
|
|
groups:
|
|
- name: ansible managed alert rules
|
|
rules:
|
|
{{ prometheus_alert_rules | to_nice_yaml(indent=2,sort_keys=False) | indent(2,False) }}
|