mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
iptables: No stg ip override in aws.fedoraproject.org
Complements a90e9070cd
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
5aefe716cb
commit
2ff45e328d
@@ -7,7 +7,7 @@
|
||||
# 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.
|
||||
{% if 'cloud.' not in inventory_hostname %}
|
||||
{% if 'cloud.' not in inventory_hostname and 'aws.fedoraproject.org' not in inventory_hostname %}
|
||||
-A OUTPUT -d 209.132.181.5 -j DNAT --to-destination 10.5.128.177
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user