From 68119eae4f4b5167b33189ce019cf5b9be1be0d6 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 2 Sep 2014 21:31:54 -0500 Subject: [PATCH] addresses issue #59 --- rpc_deployment/ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpc_deployment/ansible.cfg b/rpc_deployment/ansible.cfg index 383edbfa2a..9cc0d12f32 100644 --- a/rpc_deployment/ansible.cfg +++ b/rpc_deployment/ansible.cfg @@ -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