From 6728c584349ad739d144ae7c0681747e571fc121 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 3 Jul 2013 18:42:56 +0000 Subject: [PATCH] remove staging bits from iptables base --- files/iptables/iptables | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/files/iptables/iptables b/files/iptables/iptables index 910df4e79f..ec1b0ba28d 100644 --- a/files/iptables/iptables +++ b/files/iptables/iptables @@ -1,18 +1,4 @@ # {{ ansible_managed }} -{% if env == "staging" %} -*nat -:PREROUTING ACCEPT [] -:POSTROUTING ACCEPT [] -:OUTPUT ACCEPT [] - -# Redirect staging attempts to talk to the external proxy to an internal ip. -# This is primarily for openid in staging which needs to get around proxy -# redirects. --A OUTPUT -d 209.132.181.14 -j DNAT --to-destination 10.5.126.89 - -COMMIT -{% endif %} - *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0]