From d0547fc58bd010ff705d6a593bc8022274e76070 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 18 Aug 2021 08:17:21 +0200 Subject: ansible.cfg update for new frontend location --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible.cfg') 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 -- cgit v1.2.1