summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: a65d1d6c74df01fd3bbc8891984b21375f7b0527 (plain)
1
2
3
4
5
6
7
# 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 fedora@37.153.173.19  'nc %h %p'"
[defaults]
allow_world_readable_tmpfiles=true