From ee9d7d6d153508908699016f631029989376c0a3 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 24 Jan 2023 10:22:26 +0000 Subject: [PATCH] updated to enable greater speed Signed-off-by: Mark Bolwell --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 3bae35d..3bc6e07 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,7 +5,7 @@ system_warnings=False command_warnings=False nocows=1 retry_files_save_path=/dev/null -library=~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:./library +pipelining=true # Use the YAML callback plugin. stdout_callback = yaml @@ -20,6 +20,7 @@ record_host_keys=False [ssh_connection] transfer_method=scp +ssh_args = -o ControlMaster=auto -o ControlPersist=60s [accelerate]