ansible / ansible-modules-extras

Ansible extra modules - these modules ship with ansible
947 stars 1.46k forks source link

vmware vsphere_guest with drs #3724

Closed DaBeOps closed 6 years ago

DaBeOps commented 6 years ago

I try to deploy VMs into a Cluster DRS using vsphere_guest but it seems we have to specify an ESX's name even if we defined a Cluster. May we have a solution for this?

Here is my code:

`- hosts: 127.0.0.1 connection: local gather_facts: false vars: vcenter_values:

ansibot commented 6 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.