1
0
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:
Roberto Ciatti
2020-07-29 16:17:14 +02:00
parent 546af27a24
commit 4084586f8a
2 changed files with 4 additions and 0 deletions

View File

@@ -18,3 +18,5 @@
with_items:
- "{{ vms }}"
when: item.ocp_type == 'master'
async: 60
poll: 0

View File

@@ -18,3 +18,5 @@
with_items:
- "{{ vms }}"
when: item.ocp_type == 'worker'
async: 60
poll: 0