# {{ ansible_managed }} # Allow all traffic from localhost iptables -A INPUT -i lo -j ACCEPT iptables -A OUTPUT -o lo -j ACCEPT