community.vmware/community.vmware.vmware_guest_disk_info ...
github.com › ansible-collections › community- name: Gather disk info from virtual machine using UUID community.vmware.vmware_guest_disk_info: hostname: " {{ vcenter_hostname }} " username: " {{ vcenter_username }} " password: " {{ vcenter_password }} " datacenter: ha-datacenter uuid: 421e4592-c069-924d-ce20-7e7533fab926 delegate_to: localhost register: disk_info - name: Gather disk info from virtual machine using name community.vmware.vmware_guest_disk_info: hostname: " {{ vcenter_hostname }} " username: " {{ vcenter_username ...
community.vmware.vmware_guest_disk_info – Gather info about ...
docs.ansible.com › ansible › latest-name: Gather disk info from virtual machine using UUID community.vmware.vmware_guest_disk_info: hostname: " {{vcenter_hostname}} " username: " {{vcenter_username}} " password: " {{vcenter_password}} " datacenter: ha-datacenter uuid: 421e4592-c069-924d-ce20-7e7533fab926 delegate_to: localhost register: disk_info-name: Gather disk info from virtual machine using name community.vmware.vmware_guest_disk_info: hostname: " {{vcenter_hostname}} " username: " {{vcenter_username}} " password ...