File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ alertmanager_web_external_url: 'http://localhost:9093/'
1717
1818alertmanager_http_config : {}
1919
20+ alertmanager_web_config :
21+ tls_server_config : {}
22+ http_server_config : {}
23+ basic_auth_users : {}
24+
2025alertmanager_resolve_timeout : 3m
2126
2227alertmanager_config_flags_extra : {}
Original file line number Diff line number Diff line change 77 _common_system_user : " {{ alertmanager_system_user }}"
88 _common_system_group : " {{ alertmanager_system_group }}"
99 _common_config_dir : " {{ alertmanager_config_dir }}"
10+ _common_tls_server_config : " {{ alertmanager_web_config.tls_server_config }}"
11+ _common_http_server_config : " {{ alertmanager_web_config.http_server_config }}"
12+ _common_basic_auth_users : " {{ alertmanager_web_config.basic_auth_users }}"
1013 tags :
1114 - alertmanager
1215 - configure
You can’t perform that action at this time.
0 commit comments