Commit 9db9b6b 1 parent c365462 commit 9db9b6b Copy full SHA for 9db9b6b
File tree 1 file changed +9
-5
lines changed
tests/integration/targets/vmware_host_auto_start/tasks
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11
11
setup_datastore : true
12
12
13
13
- name : Move the ESXi hosts out of the cluster
14
- vmware_host :
15
- datacenter_name : ' {{ dc1 }}'
16
- esxi_hostname : ' {{ item }}'
14
+ vmware.vmware.esxi_host :
15
+ hostname : " {{ vcenter_hostname }}"
16
+ username : " {{ vcenter_username }}"
17
+ password : " {{ vcenter_password }}"
18
+ validate_certs : false
19
+ datacenter : " {{ dc1 }}"
20
+ folder : ' /DC0/host'
21
+ esxi_host_name : " {{ item }}"
17
22
esxi_username : ' {{ esxi_user }}'
18
23
esxi_password : ' {{ esxi_password }}'
19
- folder : ' /DC0/host'
20
24
state : present
21
25
with_items : " {{ esxi_hosts }}"
22
26
26
30
username : " {{ vcenter_username }}"
27
31
password : " {{ vcenter_password }}"
28
32
validate_certs : false
29
- esxi_host_name : ' {{ item }}'
33
+ esxi_host_name : " {{ item }}"
30
34
enable_maintenance_mode : false
31
35
with_items : " {{ esxi_hosts }}"
32
36
You can’t perform that action at this time.
0 commit comments