June 2018
Beginner
578 pages
13h 39m
English
This is one of the old-style facts modules which can be used to gather information on the data stores configured in the data center:
- name: Find out facts about the datastores vmware_datastore_facts: hostname: "{{ vsphere_host }}" username: "{{ vsphere_username }}" password: "{{ vsphere_password }}" validate_certs: "no" datacenter: "my_datacenter" delegate_to: localhost register: datastore_facts
You may notice that there is a little bit of a difference in the syntax between this and the previous facts modules.
Read now
Unlock full access