Add failing firewall configuration

This commit is contained in:
Thomas Kleinendorst 2024-04-15 09:46:00 +02:00
parent e06547e25c
commit 2502d034d9
3 changed files with 20 additions and 20 deletions

View file

@ -9,15 +9,15 @@
roles:
# These roles are disabled after they have being applied once for performance reasons, it should be safe to enable them again.
# Notice that this role changes some settings on reruns (on the "Change various sysctl-settings" task), doesn't seem problematic though.
- role: devsec.hardening.ssh_hardening
become: true
- role: hostname
# - role: devsec.hardening.ssh_hardening
# become: true
# - role: hostname
- role: basic-intalls
- role: user
- role: cloudflare-ddns
- role: reverse-proxy
- role: actual
# - role: pi-hole
# - role: user
# - role: cloudflare-ddns
# - role: reverse-proxy
# - role: actual
- role: pi-hole
vars:
# devsec.hardening.ssh_hardening vars:
ssh_allow_users: 'thomas'