From c25032e2bbc4a2659cd8a57e970a947c4e939bd4 Mon Sep 17 00:00:00 2001 From: khaledk2 Date: Sun, 8 Dec 2024 21:45:27 +0000 Subject: [PATCH] fix syntax error --- ansible/idr-firewall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/idr-firewall.yml b/ansible/idr-firewall.yml index ff4f064d..3d7c3b5a 100644 --- a/ansible/idr-firewall.yml +++ b/ansible/idr-firewall.yml @@ -41,7 +41,7 @@ - "rule family='ipv4' state related accept" # For OUTPUT (Outgoing Traffic) - "rule family='ipv4' direction='out' state established accept" - - "rule family="ipv4" direction='out' state related accept" + - "rule family='ipv4' direction='out' state related accept" # allows all incoming traffic on the loopback interface (lo) - "rule family='ipv4' source address='127.0.0.0/8' accept" # rule to allow TCP and udp traffic from 10.0.0.0/8 and 192.168.0.0/16 range