--- # This is taken from https://workaround.org/ispmail-bookworm/, thanks! - name: Install mail server gather_facts: true hosts: mailserver,mailserver-test roles: - role: common_handlers tags: always - role: deploy_certificate tags: cert - role: mailserver_database tags: database - role: mailserver_postfix tags: postfix - role: mailserver_dovecot tags: dovecot