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:
parent
62f2b65a75
commit
12b5d3ba0a
1 changed files with 5 additions and 3 deletions
|
@ -51,9 +51,11 @@
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
||||||
- name: set ansible to use pipelining
|
- name: set ansible to use pipelining
|
||||||
lineinfile:
|
ini_file:
|
||||||
dest: "/etc/ansible/ansible.cfg"
|
dest: /etc/ansible/ansible.cfg
|
||||||
line: "pipelining = True"
|
section: ssh_connection
|
||||||
|
option: pipelining
|
||||||
|
value: "True"
|
||||||
|
|
||||||
- name: Setup cluster masters pre-reqs
|
- name: Setup cluster masters pre-reqs
|
||||||
hosts: osbs-masters-stg:osbs-masters
|
hosts: osbs-masters-stg:osbs-masters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue