ansible-host: Use ssh pipelining

This commit is contained in:
Timo Makinen 2020-08-28 10:40:57 +00:00
parent e7aa1c9b73
commit 5c62106142

View file

@ -8,3 +8,6 @@ fact_caching_connection = facts
fact_caching_timeout = 86400 fact_caching_timeout = 86400
display_skipped_hosts = False display_skipped_hosts = False
[ssh_connection]
pipelining = True