fix openvpn

This commit is contained in:
Torma Kristóf 2023-03-05 21:53:06 +01:00
parent dee3cc5dc6
commit 043cab21f5

View File

@ -53,4 +53,10 @@
- name: Reload ufw
community.general.ufw:
state: reloaded
- name: Apply custom ufw rules
community.general.ufw:
rule: allow
direction: "in"
interface: tun+
...