feat: move to dedicated repo
This commit is contained in:
commit
4a88a5b28d
54 changed files with 1524 additions and 0 deletions
11
tasks/firewall/firewall-general.yaml
Normal file
11
tasks/firewall/firewall-general.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
# generic settings
|
||||
- name: "firewall - set default policy and enable logging"
|
||||
community.general.ufw:
|
||||
state: "enabled"
|
||||
direction: "incoming"
|
||||
policy: "deny"
|
||||
logging: "on"
|
||||
tags:
|
||||
- "firewall"
|
||||
Loading…
Add table
Add a link
Reference in a new issue