ansible-roles/postfix/defaults/main.yml
William Hirigoyen 1f8738fbda postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring
postfix:
* Move common packages installation in common.yml
* Replace ansible_fqdn by evolinux_fqdn, set postfix_slow_transport_include to false by default (only for packmails and packwebs)
* Remove dependency on evolinux_fqdn var
* Do not overwrite main.cf if it has been modified (except if postfix_force_main_cf)

evolinux-base:
* Move exim4 purge from evolinux-base to postfix role
* Call postfix role call after nagios role (dependency)
2024-02-01 18:00:48 +01:00

8 lines
187 B
YAML

---
postfix_hostname: "{{ evolinux_hostname }}.{{ evolinux_domain }}"
postfix_force_main_cf: False
postfix_packmail: False
postfix_slow_transport_include: False
postfix_purge_exim: True