From bdd5b6dcc3f1c056fa938238ca347af0237d60ea Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 20 Jun 2016 11:41:42 -0400 Subject: [PATCH] ansible: enable pipelining in ssh Signed-off-by: Alfredo Deza --- ansible/ansible.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ansible/ansible.cfg diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg new file mode 100644 index 00000000..adaf2140 --- /dev/null +++ b/ansible/ansible.cfg @@ -0,0 +1,6 @@ +[defaults] +callback_plugins = callbacks + +[ssh_connection] +pipelining=True + -- 2.39.5