June 2018
Beginner
578 pages
13h 39m
English
With this module, you can find out facts on the services configured on each of the VMware ESXi hosts within the cluster:
- name: Find out facts about the services on all the ESXi hosts vmware_host_service_facts: hostname: "{{ vsphere_host }}" username: "{{ vsphere_username }}" password: "{{ vsphere_password }}" validate_certs: "no" cluster_name: "my_cluster" register: cluster_services
Read now
Unlock full access