Update openstack refs to opendev
[apex.git] / build / ansible.cfg
1 [defaults]
2 retry_files_enabled = False
3 forks = 25
4 timeout = 60
5 gather_timeout = 30
6
7 [ssh_connection]
8 ssh_args = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ControlMaster=auto -o ControlPersist=30m -o ServerAliveInterval=5 -o ServerAliveCountMax=5
9 retries = 8
10 pipelining = True
11