]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
chacra-pull-requests: adds an ansible.cfg file
authorAndrew Schoen <aschoen@redhat.com>
Thu, 23 Jun 2016 16:37:32 +0000 (11:37 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 23 Jun 2016 20:18:28 +0000 (15:18 -0500)
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 <aschoen@redhat.com>
chacra-pull-requests/setup/playbooks/ansible.cfg [new file with mode: 0644]

diff --git a/chacra-pull-requests/setup/playbooks/ansible.cfg b/chacra-pull-requests/setup/playbooks/ansible.cfg
new file mode 100644 (file)
index 0000000..4b5ea57
--- /dev/null
@@ -0,0 +1,2 @@
+[ssh_connection]
+pipelining=True