mailserver: add broken sogo

This commit is contained in:
Ruben Hensen
2026-03-15 10:58:50 +01:00
parent 9581f1bb3e
commit c8055467d6
21 changed files with 601 additions and 44 deletions
+8 -5
View File
@@ -4,8 +4,11 @@
become: true
roles:
- base
- ssh
- ufw
- fail2ban
- stalwart
- { role: base, tags: [base] }
- { role: ssh, tags: [ssh] }
- { role: ufw, tags: [ufw] }
- { role: fail2ban, tags: [fail2ban] }
- { role: certbot, tags: [certbot] }
- { role: stalwart, tags: [stalwart] }
- { role: sogo, tags: [sogo] }
- { role: nginx, tags: [nginx] }