Enable postfix/dovecot servers

This commit is contained in:
2021-12-05 12:21:17 -06:00
parent 5d85ea4fd6
commit ace09e07e7
2 changed files with 16 additions and 0 deletions

View File

@@ -23,6 +23,16 @@
gather_facts: 'yes'
roles:
- role: 'ensure_mariadb'
- name: 'smtp'
hosts: 'smtp'
gather_facts: 'yes'
roles:
- role: 'ensure_postfix'
- name: 'imap'
hosts: 'imap'
gather_facts: 'yes'
roles:
- role: 'ensure_dovecot'
- name: 'docker'
hosts: 'docker'
gather_facts: 'yes'