Commit 33b94c6 1 parent 70e6d04 commit 33b94c6 Copy full SHA for 33b94c6
File tree 3 files changed +4
-41
lines changed
tests/integration/targets/prepare_vmware_tests/tasks
3 files changed +4
-41
lines changed Original file line number Diff line number Diff line change 9
9
- include_tasks : setup_cluster.yml
10
10
- include_tasks : setup_attach_hosts.yml
11
11
when : setup_attach_host is defined
12
- - include_tasks : move_host_out_of_cluster.yml
13
- when : move_host_out_of_cluster is defined
14
12
- include_tasks : setup_datastore.yml
15
13
when : setup_datastore is defined
16
14
- include_tasks : setup_virtualmachines.yml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
when : " esxi_hosts|length == 0"
4
4
5
5
- name : Add ESXi Hosts to vCenter
6
- vmware_host :
7
- datacenter_name : ' {{ dc1 }}'
8
- cluster_name : ' {{ ccr1 }}'
6
+ vmware.vmware.esxi_host :
7
+ datacenter : ' {{ dc1 }}'
8
+ cluster : ' {{ ccr1 }}'
9
9
esxi_hostname : ' {{ item }}'
10
10
esxi_username : ' {{ esxi_user }}'
11
11
esxi_password : ' {{ esxi_password }}'
12
- state : add_or_reconnect
12
+ state : present
13
13
with_items : " {{ esxi_hosts }}"
14
14
15
15
- name : Disable the Maintenance Mode
You can’t perform that action at this time.
0 commit comments