set osbs-cluster control node to use ssh pipelining with ini_file and not lineinfile

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-12-08 14:42:07 +00:00
parent 62f2b65a75
commit 12b5d3ba0a

View file

@ -51,9 +51,11 @@
mode: 0600
- name: set ansible to use pipelining
lineinfile:
dest: "/etc/ansible/ansible.cfg"
line: "pipelining = True"
ini_file:
dest: /etc/ansible/ansible.cfg
section: ssh_connection
option: pipelining
value: "True"
- name: Setup cluster masters pre-reqs
hosts: osbs-masters-stg:osbs-masters