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
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ global_defs {
notification_email {
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
}