Ansible config for hetzner mailserver

This commit is contained in:
Ruben Hensen
2026-03-14 22:24:53 +01:00
parent bc2f75294d
commit 2a3bfb5d1a
30 changed files with 775 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
- name: Configure and harden mail server
hosts: mailserver
become: true
roles:
- base
- ssh
- ufw
- fail2ban
- stalwart