init
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-05-30 14:02:36 +02:00
commit 3b698b9133
13 changed files with 164 additions and 0 deletions

8
defaults/main.yml Normal file
View File

@ -0,0 +1,8 @@
---
ufw_disallow_ports:
- "22" # blocking the known SSH defaults
ufw_allow_ports:
- "222" # default Autonomic SSH port
- "443" # default webserver SSL port
- "80" # default webserver clear net port