]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: enable pipelining in ssh 410/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 20 Jun 2016 15:41:42 +0000 (11:41 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 20 Jun 2016 16:24:26 +0000 (12:24 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/ansible.cfg [new file with mode: 0644]

diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644 (file)
index 0000000..adaf214
--- /dev/null
@@ -0,0 +1,6 @@
+[defaults]
+callback_plugins = callbacks
+
+[ssh_connection]
+pipelining=True
+