We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f72e39a + 19f7754 commit 7a1d8e1Copy full SHA for 7a1d8e1
defaults/main.yml
@@ -5,7 +5,7 @@ firewall_v4_default_rules:
5
- -P OUTPUT ACCEPT
6
- -P FORWARD DROP
7
002 allow loopback:
8
- - -A INPUT -i lo -j ACCEPT
+ - -A INPUT -i lo -s 127.0.0.0/8 -d 127.0.0.0/8 -j ACCEPT
9
003 allow ping replies:
10
- -A INPUT -p icmp --icmp-type echo-request -j ACCEPT
11
- -A OUTPUT -p icmp --icmp-type echo-reply -j ACCEPT
0 commit comments