diff --git a/roles/openvpn/tasks/main.yaml b/roles/openvpn/tasks/main.yaml index a526365..e97747b 100644 --- a/roles/openvpn/tasks/main.yaml +++ b/roles/openvpn/tasks/main.yaml @@ -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+ ...