mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
Start vms with async
Add the async to the ansible tasks starting vms, to have all vms starting in parallel Signed-off-by: Roberto Ciatti <rciatti@redhat.com>
This commit is contained in:
@@ -18,3 +18,5 @@
|
||||
with_items:
|
||||
- "{{ vms }}"
|
||||
when: item.ocp_type == 'master'
|
||||
async: 60
|
||||
poll: 0
|
||||
|
||||
@@ -18,3 +18,5 @@
|
||||
with_items:
|
||||
- "{{ vms }}"
|
||||
when: item.ocp_type == 'worker'
|
||||
async: 60
|
||||
poll: 0
|
||||
|
||||
Reference in New Issue
Block a user