mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:48:33 +01:00
feat: icinga mail notifications
This commit is contained in:
11
roles/monitoring-master/tasks/icinga_postfix.yaml
Normal file
11
roles/monitoring-master/tasks/icinga_postfix.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: install postfix
|
||||
apt:
|
||||
pkg:
|
||||
- postfix
|
||||
|
||||
- name: copy postfix config
|
||||
template:
|
||||
src: postfix_main.cf
|
||||
dest: /etc/postfix/main.cf
|
||||
notify:
|
||||
- restart postfix
|
||||
Reference in New Issue
Block a user