Increase ssh timeout in ansible.cfg

May help with #358
This commit is contained in:
Hugh Saunders 2014-10-21 15:46:01 +01:00
parent efb888384f
commit 955846b250

View File

@ -5,8 +5,11 @@ 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 25
forks = 25
# openstack, thus it has been conservitivly been set to 15
forks = 15
# SSH timeout
timeout = 120
[ssh_connection]
pipelining = True