summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 81078ba2..f85888a0 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 fedora@37.153.173.19 'nc %h %p'"
+ssh_args = -o ProxyCommand="ssh -q -A debian@185.52.159.18 'nc %h %p'"
[defaults]
allow_world_readable_tmpfiles=true
timeout=60