add direction

This commit is contained in:
Torma Kristóf 2022-04-16 17:55:35 +02:00
parent ce9cfdeef5
commit 473bedc5e9

View File

@ -2,6 +2,7 @@
- name: Apply custom ufw rules - name: Apply custom ufw rules
community.general.ufw: community.general.ufw:
rule: allow rule: allow
direction: "in"
port: "{{item.port}}" port: "{{item.port}}"
proto: "{{item.proto}}" proto: "{{item.proto}}"
interface: "{{item.interface}}" interface: "{{item.interface}}"