mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-27 00:21:36 -03:30
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:
parent
5414a410bd
commit
89a4b92753
@ -1,6 +1,7 @@
|
||||
[ssh_connection]
|
||||
pipelining=True
|
||||
[defaults]
|
||||
forks = 20
|
||||
host_key_checking=False
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user