This commit is contained in:
parent
e89505bef6
commit
185b332764
@ -97,10 +97,10 @@
|
|||||||
index_var: index
|
index_var: index
|
||||||
label: "{{ item.item }}"
|
label: "{{ item.item }}"
|
||||||
|
|
||||||
module_defaults:
|
module_defaults:
|
||||||
group/vmware:
|
group/vmware:
|
||||||
hostname: "{{ vapp['hv.fqdn'] }}"
|
hostname: "{{ vapp['hv.fqdn'] }}"
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
username: "{{ vapp['hv.username'] }}"
|
username: "{{ vapp['hv.username'] }}"
|
||||||
password: "{{ vapp['hv.password'] }}"
|
password: "{{ vapp['hv.password'] }}"
|
||||||
datacenter: "{{ vcenter_info.datacenter }}"
|
datacenter: "{{ vcenter_info.datacenter }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user