Update to trixie

This commit is contained in:
ibu ☉ radempa 2026-03-22 13:09:26 +01:00
parent 3686d35108
commit fbfb04717a
48 changed files with 914 additions and 2216 deletions

View file

@ -1,6 +1,12 @@
- include: remove_other_mtas.yml
- include: database.yml
- include: postfix.yml
- include: dovecot.yml
- include: clamav.yml
- include: rspamd.yml
- 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