From 24b5e28e6dc9ad282b3ed1719553a01d73b9e1bb Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 19 Aug 2017 23:04:49 -0500 Subject: [PATCH] Add pipelining option to ansible.cfg for speedup over SSH. --- ansible.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 09e6dd3..e395485 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,6 @@ [defaults] -roles_path = ./roles:/etc/ansible/roles \ No newline at end of file +roles_path = ./roles:/etc/ansible/roles + +[ssh_connection] +pipelining = True +control_path = /tmp/ansible-ssh-%%h-%%p-%%r