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
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue