New in version 2.6.
The below requirements are needed on the local master node that executes this inventory.
| Parameter | Choices/Defaults | Configuration | Comments |
|---|---|---|---|
| cache boolean | Default: no | ini entries: [inventory] env:ANSIBLE_INVENTORY_CACHE | Toggle to enable/disable the caching of the inventory's source data, requires a cache plugin setup to work. |
| cache_connection | ini entries: [inventory] env:ANSIBLE_INVENTORY_CACHE_CONNECTION | Cache connection data or path, read cache plugin documentation for specifics. | |
| cache_plugin | ini entries: [inventory] env:ANSIBLE_INVENTORY_CACHE_PLUGIN | Cache plugin to use for the inventory's source data. | |
| cache_timeout integer | Default: 3600 | ini entries: [inventory] env:ANSIBLE_INVENTORY_CACHE_TIMEOUT | Cache duration in seconds |
| hostname required | env:VMWARE_SERVER | Name of vCenter or ESXi server. | |
| password required | env:VMWARE_PASSWORD | Password of vSphere admin user. | |
| port | Default: 443 | env:VMWARE_PORT | Port number used to connect to vCenter or ESXi Server. |
| username required | env:VMWARE_USERNAME | Name of vSphere admin user. | |
| validate_certs boolean | Default: yes | Allows connection when SSL certificates are not valid. Set to false when certificates are not trusted. | |
| with_tags boolean | Default: no | Include tags and associated virtual machines. Requires 'vSphere Automation SDK' and 'vCloud Suite SDK' libraries to be installed on the given controller machine. Please refer following URLs for installation steps https://code.vmware.com/web/sdk/65/vsphere-automation-python https://code.vmware.com/web/sdk/60/vcloudsuite-python |
# Sample configuration file for VMware Guest dynamic inventory plugin: vmware_vm_inventory strict: False hostname: 10.65.223.31 username: [email protected] password: Esxi@123$% validate_certs: False with_tags: True
Hint
If you notice any issues in this documentation you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.7/plugins/inventory/vmware_vm_inventory.html