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-06-17 16:28:30 +02:00
|
|
|
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
|