fix wrong hardcoded email for keepalived monitoring

This commit is contained in:
Yohaï-Eliel BERREBY 2020-08-01 15:34:49 +02:00
parent 713c93ac44
commit 194c19fbf3

View file

@ -2,7 +2,7 @@ global_defs {
notification_email { notification_email {
monitoring.aurore@lists.crans.org monitoring.aurore@lists.crans.org
} }
notification_email_from routeur-edc-backup@auro.re notification_email_from routeur-{{ apartment_block }}{% if 'backup' in inventory_hostname %}-backup{% endif %}@auro.re
smtp_server smtp.crans.org smtp_server smtp.crans.org
} }