2019-04-24 19:02:21 +02:00
|
|
|
---
|
2019-06-17 16:28:30 +02:00
|
|
|
|
|
|
|
- name: load vmware common vars
|
|
|
|
include_vars:
|
|
|
|
file: common.yml
|
|
|
|
|
2019-04-24 19:02:21 +02:00
|
|
|
- when: vcsim is not defined
|
2019-12-03 17:17:06 +01:00
|
|
|
block:
|
|
|
|
- when: esxi1_hostname is not defined and esxi2_hostname is not defined
|
|
|
|
include_vars:
|
|
|
|
file: vcenter_only.yml
|
|
|
|
|
|
|
|
- when: esxi1_hostname is defined and esxi2_hostname is defined
|
|
|
|
include_vars:
|
|
|
|
file: vcenter_with_2_nodes.yml
|
|
|
|
|
|
|
|
- when: vcsim is not defined
|
|
|
|
include_tasks: init_real_lab.yml
|
2019-04-24 19:02:21 +02:00
|
|
|
|
|
|
|
- when: vcsim is defined
|
2019-06-17 16:28:30 +02:00
|
|
|
include_tasks: init_vcsim.yml
|