ansible/test/integration/targets/prepare_vmware_tests/defaults/main.yml

26 lines
484 B
YAML
Raw Normal View History

dc1: DC0
ccr1: DC0_C0
ds1: LocalDS_0
ds2: LocalDS_1
f0: F0
switch1: switch1
dvswitch1: DVS0
# The ESXi entries in the inventory
esxi1: "{{ groups['esxi-lab'][0] }}"
esxi2: "{{ groups['esxi-lab'][1] }}"
infra:
datastores:
LocalDS_0:
type: nfs
server: 192.168.123.1
path: /srv/esx_lab/isos
ro: true
LocalDS_1:
type: nfs
server: 192.168.123.1
path: /srv/esx_lab/vms
ro: false
vm_list:
- DC0_C0_RP0_VM0
- DC0_C0_RP0_VM1