Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 803 Bytes

vmware.rst

File metadata and controls

37 lines (23 loc) · 803 Bytes

VMware

The VMware provider manages a single resource, vmware_guest.

vmware_guest

VMware VMs can be provisioned using this resource

Topology Schema

Within Linchpin, the vmware_guest supports all the Ansible module options with the same schema structure. All the limitation of the module apply too.

Additional Dependencies

The vmware resources group requires additional dependency, the following must be installed:

  • PyVmomi
$ pip install linchpin[vmware]

Credentials Management