1
0

Update netbird role

This commit is contained in:
2026-05-30 15:57:59 -06:00
parent 16b43a2cd1
commit 77a3572da8

View File

@@ -64,25 +64,25 @@
command:
cmd: /usr/local/bin/netbird up --setup-key {{ netbird_setup_key }} --management-url https://netbird.jthan.io:443
- name: Create netbird firewalld zone
ansible.posix.firewalld:
zone: netbird
state: present
permanent: true
notify: restart firewalld
- name: Set netbird zone target to ACCEPT
ansible.posix.firewalld:
zone: netbird
state: present
permanent: true
target: ACCEPT
notify: restart firewalld
- name: Add netbird interface to netbird zone
ansible.posix.firewalld:
zone: netbird
interface: wt0
permanent: true
state: enabled
notify: restart firewalld
#- name: Create netbird firewalld zone
# ansible.posix.firewalld:
# zone: netbird
# state: present
# permanent: true
# notify: restart firewalld
#
#- name: Set netbird zone target to ACCEPT
# ansible.posix.firewalld:
# zone: netbird
# state: present
# permanent: true
# target: ACCEPT
# notify: restart firewalld
#
#- name: Add netbird interface to netbird zone
# ansible.posix.firewalld:
# zone: netbird
# interface: wt0
# permanent: true
# state: enabled
# notify: restart firewalld