mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
12 lines
151 B
YAML
12 lines
151 B
YAML
---
|
|
- name: Configure and harden mail server
|
|
hosts: mailserver
|
|
become: true
|
|
|
|
roles:
|
|
- base
|
|
- ssh
|
|
- ufw
|
|
- fail2ban
|
|
- stalwart
|