From d823248cd7709eb1e7c5ed7a4eeb15362610a36d Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Thu, 22 Dec 2016 15:12:47 +0100 Subject: [PATCH] Raise ansible forks for CI test config As we raised the flavor from small to standard, raise the ansible forks from default 5 to 20 to speed up deployment. Signed-off-by: Bogdan Dobrelya --- tests/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ansible.cfg b/tests/ansible.cfg index f0e4ef652..af14679fe 100644 --- a/tests/ansible.cfg +++ b/tests/ansible.cfg @@ -1,6 +1,7 @@ [ssh_connection] pipelining=True [defaults] +forks = 20 host_key_checking=False gathering = smart fact_caching = jsonfile