openstack-ansible/rpc_deployment/ansible.cfg
Hugh Saunders 955846b250 Increase ssh timeout in ansible.cfg
May help with #358
2014-10-28 16:16:16 +00:00

16 lines
359 B
INI

[defaults]
gathering = smart
hostfile = inventory
host_key_checking = False
# Setting forks should be based on your system. The ansible defaults to 5,
# the ansible-rpc-lxc assumes that you have a system that can support
# openstack, thus it has been conservitivly been set to 15
forks = 15
# SSH timeout
timeout = 120
[ssh_connection]
pipelining = True