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:
@@ -0,0 +1,5 @@
|
||||
- name: Allow all traffic on Tailscale interface
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
interface: "{{ ufw_tailscale_interface }}"
|
||||
direction: in
|
||||
|
||||
Reference in New Issue
Block a user