2026-03-22 13:09:26 +01:00
|
|
|
- name: Remove other MTAs
|
|
|
|
|
ansible.builtin.include_tasks: remove_other_mtas.yml
|
|
|
|
|
- name: Setup database tables and indexes
|
|
|
|
|
ansible.builtin.include_tasks: database.yml
|
|
|
|
|
- name: Setup postfix
|
|
|
|
|
ansible.builtin.include_tasks: postfix.yml
|
|
|
|
|
- name: Setup dovecot
|
|
|
|
|
ansible.builtin.include_tasks: dovecot.yml
|
|
|
|
|
- name: Setup clamav
|
|
|
|
|
ansible.builtin.include_tasks: clamav.yml
|
|
|
|
|
- name: Setup rspamd
|
|
|
|
|
ansible.builtin.include_tasks: rspamd.yml
|