CI: enable Ansible SSH pipelining
This should improve performance of CI jobs. Change-Id: I729862b89b4fe65cbb7f852fac06741b636e4939
This commit is contained in:
parent
516658f489
commit
9fac359bf4
@ -1,3 +1,6 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
callback_plugins = {{ ara_callback_plugins.stdout }}
|
callback_plugins = {{ ara_callback_plugins.stdout }}
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = True
|
||||||
|
Loading…
Reference in New Issue
Block a user