more
This commit is contained in:
parent
c404d08b89
commit
84cf62ab14
7 changed files with 69 additions and 71 deletions
|
|
@ -38,3 +38,15 @@
|
|||
when: tailscale_status.rc != 0 or "Logged out" in tailscale_status.stdout
|
||||
no_log: yes # Hide auth key from logs
|
||||
become: true
|
||||
|
||||
- name: Tailscale | PATCH | Add Tailscale interface to internal zone
|
||||
ansible.posix.firewalld:
|
||||
zone: internal
|
||||
interface: "{{ item }}"
|
||||
permanent: yes
|
||||
immediate: yes
|
||||
state: enabled
|
||||
with_items:
|
||||
- tailscale0
|
||||
become: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue