]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
Use SSH pipelining 109/head
authorZack Cerza <zack@redhat.com>
Thu, 24 Aug 2017 22:27:58 +0000 (16:27 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 24 Aug 2017 22:27:58 +0000 (16:27 -0600)
See http://docs.ansible.com/ansible/latest/become.html#becoming-an-unprivileged-user

Signed-off-by: Zack Cerza <zack@redhat.com>
ansible/ansible.cfg

index 9c3ef13595ddd60ce59d9df05047df01dc7520f8..2f4d62134ac399133bc49d2dc18ce9b1fa6b4881 100644 (file)
@@ -2,3 +2,6 @@
 roles_path: ./roles/
 host_key_checking: False
 forks: 50
+
+[ssh_connection]
+pipelining=True