summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-20 12:33:26 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-10-23 11:11:06 +0000
commitf0a1326cecfd536de706afa585128f1a03a88b9b (patch)
tree5c283b14747323ea79bf7b034d8afbaa0a4fb1cd /ansible.cfg
parent5dd3676bb61bec10fc51601098439fdba60b9cf8 (diff)
downloadinfrastructure-f0a1326cecfd536de706afa585128f1a03a88b9b.tar.gz
ansible.cfg: Route SSH traffic to internal hosts through new frontend IP
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 9641f6fe..d47febaa 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,6 +1,6 @@
# Proxy SSH connection through the frontend-haproxy machine to access
# the instances that don't have public IPs.
[ssh_connection]
-ssh_args = -o ProxyCommand="ssh -q -A fedora@185.43.218.170 'nc %h %p'"
+ssh_args = -o ProxyCommand="ssh -q -A fedora@37.153.173.19 'nc %h %p'"
[defaults]
allow_world_readable_tmpfiles=true