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.
34 lines
729 B
YAML
34 lines
729 B
YAML
6 years ago
|
---
|
||
|
esxi_hosts:
|
||
6 years ago
|
- esxi1.test
|
||
|
- esxi2.test
|
||
5 years ago
|
rw_datastore: rw_datastore
|
||
|
ro_datastore: ro_datastore
|
||
6 years ago
|
esxi_password: '{{ esxi1_password }}'
|
||
6 years ago
|
infra:
|
||
|
datastores:
|
||
5 years ago
|
rw_datastore:
|
||
6 years ago
|
type: nfs
|
||
5 years ago
|
server: datastore.test
|
||
5 years ago
|
path: /srv/share/vms
|
||
5 years ago
|
ro: false
|
||
5 years ago
|
ro_datastore:
|
||
6 years ago
|
type: nfs
|
||
5 years ago
|
server: datastore.test
|
||
5 years ago
|
path: /srv/share/isos
|
||
5 years ago
|
ro: true
|
||
6 years ago
|
virtual_machines:
|
||
|
- name: DC0_H0_VM0
|
||
|
folder: '{{ f0 }}'
|
||
|
- name: DC0_H0_VM1
|
||
|
folder: '{{ f0 }}'
|
||
|
virtual_machines_in_cluster:
|
||
|
- name: DC0_C0_RP0_VM0
|
||
|
folder: '{{ f0 }}'
|
||
|
cluster: '{{ ccr1 }}'
|
||
|
- name: DC0_C0_RP0_VM1
|
||
|
folder: '{{ f0 }}'
|
||
|
cluster: '{{ ccr1 }}'
|
||
5 years ago
|
cluster_tag: test_cluster_tag_0001
|
||
|
cluster_category: test_cluster_cat_0001
|