Add ssh pipelining config for ansible

Now that we're running more than just "puppet apply", reconnecting
starts to add up. Turn on pipelining.

Change-Id: If629485a0e602f1a906fef0cabd73154243d7e3d
This commit is contained in:
Monty Taylor 2018-08-15 10:47:50 -05:00
parent 245609bc95
commit 4c400cfa7d
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ enable_plugins=openstack,constructed,yaml,advanced_host_list,ini
cache=True
cache_plugin=jsonfile
cache_connection=/var/cache/ansible
[ssh_connection]
pipelining = True