db81b1d0f5
Add a new file to record the variables that are shared with the two scenarios (real_lab and vcsim). The goal is to reduce the the amount of boilerplate configuration from a user perspective.
15 lines
301 B
YAML
15 lines
301 B
YAML
---
|
|
esxi_hosts:
|
|
- DC0_C0_H0
|
|
- DC0_C0_H1
|
|
- DC0_C0_H2
|
|
virtual_machines:
|
|
- name: DC0_H0_VM0
|
|
folder: /F0/DC0/vm/F0
|
|
- name: DC0_H0_VM1
|
|
folder: /F0/DC0/vm/F0
|
|
virtual_machines_in_cluster:
|
|
- name: DC0_C0_RP0_VM0
|
|
cluster: '{{ ccr1 }}'
|
|
- name: DC0_C0_RP0_VM1
|
|
cluster: '{{ ccr1 }}'
|