Files @ 4a3c8915f967
Branch filter:

Location: majic-ansible-roles/roles/mail_forwarder/defaults/main.yml

branko
MAR-80: Added support to wsgi_website and php_website roles to specify list of e-mails or accounts that should receive mails delivered to role's administrator/application users. Updated application users in both roles to use same home directory as the admin. Added .keep file for docs/_static in order to avoid warnings when building documentation.
1
2
3
4
5
---

local_mail_aliases: []
smtp_relay_host: ""
smtp_relay_truststore: "{{ lookup('file', tls_certificate_dir + '/truststore.pem') }}"