summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2021-08-18 08:17:21 +0200
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2021-09-09 14:53:50 +0100
commitd0547fc58bd010ff705d6a593bc8022274e76070 (patch)
treee68ddc3546d46040f26f16a29753e9ba62a3eb31
parent4bb31571c8e202090b1f7654a0594650b2934f1c (diff)
downloadinfrastructure-d0547fc58bd010ff705d6a593bc8022274e76070.tar.gz
ansible.cfg update for new frontend location
-rw-r--r--ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index f85888a0..2829fb2b 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -2,7 +2,7 @@
# the instances that don't have public IPs.
[ssh_connection]
pipelining = True
-ssh_args = -o ProxyCommand="ssh -q -A debian@185.52.159.18 'nc %h %p'"
+ssh_args = -o ProxyCommand="ssh -q -A ubuntu@89.46.80.196 'nc %h %p'"
[defaults]
allow_world_readable_tmpfiles=true
timeout=60