Browse Source

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>
pull/809/head
Bogdan Dobrelya 8 years ago
parent
commit
89a4b92753
1 changed files with 1 additions and 0 deletions
  1. 1
      tests/ansible.cfg

1
tests/ansible.cfg

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

Loading…
Cancel
Save