summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 00000000..b81f6a5d
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,5 @@
+# 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'"
+