Change hosts target from online to managed Add tags to UFW role tasks Set default UFW policies Allow traffic on Tailscale interface
6 lines
155 B
YAML
6 lines
155 B
YAML
- name: Allow all traffic on Tailscale interface
|
|
community.general.ufw:
|
|
rule: allow
|
|
interface: "{{ ufw_tailscale_interface }}"
|
|
direction: in
|