summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-09 16:07:40 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-09 16:07:40 +0000
commit84b9cc1b8e26f2799879f57226c0bcb11bd8b7b6 (patch)
treef1ea27a39b9ee8f9721df16a923944deac33a366 /ansible.cfg
parente3b5746f8064819bae40e900763bc2c2df77d376 (diff)
downloadinfrastructure-84b9cc1b8e26f2799879f57226c0bcb11bd8b7b6.tar.gz
Allow administrating all baserock.org systems using Ansible
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'"
+