Make it not match autocloud01
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a90e9070cd
commit
ec68c3ce39
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
-A OUTPUT -d 209.132.181.5 -j DNAT --to-destination 10.5.126.88
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue