community.vmware icon indicating copy to clipboard operation
community.vmware copied to clipboard

Create cluster in non-default folder

Open lotaris-xx opened this issue 11 months ago • 0 comments

SUMMARY

During cluster creation, use a specific already existing folder, not the datastore default

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

plugins/modules/vmware_cluster.py

ADDITIONAL INFORMATION

Currently clusters are created in a default location, but in many large environments there are lots of folders that have clusters inside of them.

- name: Create Cluster
  community.vmware.vmware_cluster:
    hostname: '{{ vcenter_hostname }}'
    username: '{{ vcenter_username }}'
    password: '{{ vcenter_password }}'
    datacenter_name: datacenter
    folder: '{{ folder_path }}"
    cluster_name: cluster
  delegate_to: localhost

lotaris-xx avatar Aug 11 '23 14:08 lotaris-xx