From: Andrew Schoen Date: Thu, 23 Jun 2016 16:37:32 +0000 (-0500) Subject: chacra-pull-requests: adds an ansible.cfg file X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8260a5c0f2ce56546abea60fde8d7fe5be46e9d1;p=ceph-build.git chacra-pull-requests: adds an ansible.cfg file This enables pipelining so we can avoid an issue discussed here: https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user Signed-off-by: Andrew Schoen --- diff --git a/chacra-pull-requests/setup/playbooks/ansible.cfg b/chacra-pull-requests/setup/playbooks/ansible.cfg new file mode 100644 index 000000000..4b5ea57c9 --- /dev/null +++ b/chacra-pull-requests/setup/playbooks/ansible.cfg @@ -0,0 +1,2 @@ +[ssh_connection] +pipelining=True