We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3e93c commit d876471Copy full SHA for d876471
ansible/roles/alertmanager/templates/alertmanager-web.yml.j2
@@ -0,0 +1,4 @@
1
+{{ ansible_managed | comment }}
2
+
3
+{{ alertmanager_web_config_default | to_nice_yaml }}
4
+{{ alertmanager_alertmanager_web_config_extra | to_nice_yaml if alertmanager_alertmanager_web_config_extra | length > 0 else '' }}
0 commit comments