summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: 9641f6fe380712f29deb0da332c4483e5ccbb752 (plain)
1
2
3
4
5
6
# 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'"
[defaults]
allow_world_readable_tmpfiles=true