Add wireguard on frames to trusted zone
This commit is contained in:
parent
842679e10b
commit
8eedffecf9
|
@ -3,3 +3,12 @@
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- wireguard
|
- wireguard
|
||||||
|
tasks:
|
||||||
|
- name: Setup wireguard as trusted network
|
||||||
|
firewalld:
|
||||||
|
zone: trusted
|
||||||
|
immediate: yes
|
||||||
|
interface: wg0
|
||||||
|
permanent: yes
|
||||||
|
state: present
|
||||||
|
when: "'frames' in group_names"
|
||||||
|
|
Loading…
Reference in a new issue