mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
484 B
YAML
26 lines
484 B
YAML
6 years ago
|
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
|