summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: f85888a058d4d12c72848f1c70ea0a5b2a337f5a (plain)
1
2
3
4
5
6
7
8
# Proxy SSH connection through the frontend-haproxy machine to access
# 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'"
[defaults]
allow_world_readable_tmpfiles=true
timeout=60