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>
This commit is contained in:
Bogdan Dobrelya 2016-12-22 15:12:47 +01:00
parent 5414a410bd
commit 89a4b92753

View file

@ -1,6 +1,7 @@
[ssh_connection] [ssh_connection]
pipelining=True pipelining=True
[defaults] [defaults]
forks = 20
host_key_checking=False host_key_checking=False
gathering = smart gathering = smart
fact_caching = jsonfile fact_caching = jsonfile