feat: add support for Dovecot deployment on Fedora 43 and 44 with systemd unit files and configuration templates

This commit is contained in:
2026-08-03 22:24:44 -05:00
parent cbd79156f1
commit 656022a2ee
19 changed files with 541 additions and 0 deletions
@@ -96,3 +96,5 @@ template_list:
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/usr/lib/systemd/system/dovecot-copytls.service'
- dest: '/usr/lib/systemd/system/dovecot-copytls.timer'
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"] }}/usr/lib/systemd/system/dovecot-copytls.timer'
...