From 89a4b92753265e1a1f47933629dc1b4b5295c7a3 Mon Sep 17 00:00:00 2001
From: Bogdan Dobrelya <bdobrelia@mirantis.com>
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 <bdobrelia@mirantis.com>
---
 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
-- 
GitLab