chore: use stricter file mode for the config file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ffe27507d0
commit
23e67ec3a4
@ -43,7 +43,7 @@
|
|||||||
dest: "{{ alertmanager_config_dir }}/alertmanager.yml"
|
dest: "{{ alertmanager_config_dir }}/alertmanager.yml"
|
||||||
owner: "{{ alertmanager_user }}"
|
owner: "{{ alertmanager_user }}"
|
||||||
group: "{{ alertmanager_user }}"
|
group: "{{ alertmanager_user }}"
|
||||||
mode: 0640
|
mode: 0600
|
||||||
validate: "{{ alertmanager_base_dir }}/amtool check-config %s"
|
validate: "{{ alertmanager_base_dir }}/amtool check-config %s"
|
||||||
notify: __alertmanager_restart
|
notify: __alertmanager_restart
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user