addresses issue #59

This commit is contained in:
Kevin Carter 2014-09-02 21:31:54 -05:00
parent 8f7be6fe0c
commit 68119eae4f

View File

@ -3,6 +3,10 @@ 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 25
forks = 25
[ssh_connection]
pipelining = True