mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
Ansible config for hetzner mailserver
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Configure and harden mail server
|
||||
hosts: mailserver
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- base
|
||||
- ssh
|
||||
- ufw
|
||||
- fail2ban
|
||||
- stalwart
|
||||
Reference in New Issue
Block a user