This commit is contained in:
8
defaults/main.yml
Normal file
8
defaults/main.yml
Normal 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
|
Reference in New Issue
Block a user