89a4b92753
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>
8 lines
152 B
INI
8 lines
152 B
INI
[ssh_connection]
|
|
pipelining=True
|
|
[defaults]
|
|
forks = 20
|
|
host_key_checking=False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp
|