From 6b4d3bb94a173810f8e1a086ac2b1b4418587a73 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 13 Feb 2020 00:12:39 +0000 Subject: [PATCH] Enable pipelining https://www.jeffgeerling.com/blog/2017/slow-ansible-playbook-check-ansiblecfg --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 02902e3..be7af91 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,6 @@ [defaults] inventory = tools/ansible/hosts.yml verbosity = 1 + +[ssh_connection] +pipelining = True