From 1b25b92f906651b273aebc9345a49a0379d1dedf Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Thu, 28 Oct 2021 22:42:26 -0500 Subject: [PATCH] SSH with pipelining... --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index ae0c13a..109f91d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,8 +8,8 @@ inventory = ./inventory/ forks = 5 retry_files_enabled = False interpreter_python = auto -callback_whitelist = ansible.posix.profile_tasks +callback_whitelist = ansible.posix.profile_tasks,ansible.posix.profile_roles [ssh_connection] -# pipelining = true +pipelining = true # ssh_args = -o ControlMaster=auto