Update homelab playbook and UFW role
Change hosts target from online to managed Add tags to UFW role tasks Set default UFW policies Allow traffic on Tailscale interface
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# roles/ufw/defaults/main.yml
|
||||
---
|
||||
ufw_default_incoming_policy: deny
|
||||
ufw_default_outgoing_policy: allow
|
||||
ufw_tailscale_interface: tailscale0
|
||||
ufw_extra_rules: []
|
||||
|
||||
Reference in New Issue
Block a user