From f0a1326cecfd536de706afa585128f1a03a88b9b Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 20 Oct 2017 12:33:26 +0100 Subject: ansible.cfg: Route SSH traffic to internal hosts through new frontend IP --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible.cfg') 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 -- cgit v1.2.1