add handler plus calls
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
zone: netbird
|
||||
state: present
|
||||
permanent: true
|
||||
notify: restart firewalld
|
||||
|
||||
- name: Set netbird zone target to ACCEPT
|
||||
ansible.posix.firewalld:
|
||||
@@ -76,6 +77,7 @@
|
||||
state: present
|
||||
permanent: true
|
||||
target: ACCEPT
|
||||
notify: restart firewalld
|
||||
|
||||
- name: Add netbird interface to netbird zone
|
||||
ansible.posix.firewalld:
|
||||
@@ -83,3 +85,4 @@
|
||||
interface: wt0
|
||||
permanent: true
|
||||
state: enabled
|
||||
notify: restart firewalld
|
||||
|
||||
Reference in New Issue
Block a user