forked from evolix/ansible-roles
evomaintenance: FROM domain is configurable
This commit is contained in:
parent
06a0f0d9b7
commit
4a411685ff
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ The **patch** part changes incrementally at each release.
|
|||
### Added
|
||||
apache: separate task to update IP whitelist
|
||||
evolinux-base: install man package
|
||||
evomaintenance: FROM domain is configurable
|
||||
fail2ban: separate task to update IP whitelist
|
||||
nginx: add tag for ips management
|
||||
nginx: separate task to update IP whitelist
|
||||
|
|
|
@ -22,7 +22,8 @@ evomaintenance_pg_passwd: Null
|
|||
evomaintenance_pg_db: Null
|
||||
evomaintenance_pg_table: Null
|
||||
|
||||
evomaintenance_from: "evomaintenance@{{ evolinux_internal_fqdn }}"
|
||||
evomaintenance_from_domain: "{{ evolinux_internal_fqdn }}"
|
||||
evomaintenance_from: "evomaintenance@{{ evomaintenance_from_domain }}"
|
||||
evomaintenance_full_from: "Evomaintenance <{{ evomaintenance_from }}>"
|
||||
|
||||
evomaintenance_urgency_from: mama.doe@example.com
|
||||
|
|
Loading…
Add table
Reference in a new issue