We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During cluster creation, use a specific already existing folder, not the datastore default
plugins/modules/vmware_cluster.py
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
The text was updated successfully, but these errors were encountered:
This module is deprecated in this collection because it has been moved to vmware.vmware. So we won't implement any new features.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
SUMMARY
During cluster creation, use a specific already existing folder, not the datastore default
ISSUE TYPE
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.
The text was updated successfully, but these errors were encountered: