Add role for ufw
This commit is contained in:
6
roles/ufw/defaults/main.yaml
Normal file
6
roles/ufw/defaults/main.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
# ufw_state: enabled
|
||||
# ufw_policy: allow
|
||||
ufw_rules:
|
||||
- port: ssh
|
||||
rule: allow
|
Reference in New Issue
Block a user