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
ansible 2.10.2 config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/bin/ansible python version = 3.6.8 (default, Nov 21 2019, 19:31:34) [GCC 8.3.1 20190507 (Red Hat 8.3.1-4)]
{ "drs_default_vm_behavior": "fullyAutomated", "drs_enable_vm_behavior_overrides": true, "drs_vmotion_rate": 3, "enable_ha": true, "enabled_drs": true, "enabled_vsan": false, "ha_admission_control_enabled": true, "ha_failover_level": 1, "ha_host_monitoring": "enabled", "ha_restart_priority": [ "medium" ], "ha_vm_failure_interval": [ 30 ], "ha_vm_max_failure_window": [ -1 ], "ha_vm_max_failures": [ 3 ], "ha_vm_min_up_time": [ 120 ], "ha_vm_monitoring": "vmMonitoringDisabled", "ha_vm_tools_monitoring": [ "vmMonitoringDisabled" ], "hosts": [], "resource_summary": { "cpuCapacityMHz": 0, "cpuUsedMHz": 0, "memCapacityMB": 0, "memUsedMB": 0, "pMemAvailableMB": 0, "pMemCapacityMB": 0, "storageCapacityMB": 0, "storageUsedMB": 0 }, "tags": [], "vsan_auto_claim_storage": false }
tags are empty, worked in 2.9 using vmware_cluster_facts against the same cluster on the same esxi /vc version
The text was updated successfully, but these errors were encountered:
vmware_cluster_facts in 2.9.14 works...doesnt work when using the latest community.vmware.vmware_cluster_facts
2.9.14
commmunity
Sorry, something went wrong.
Related issue - vmware/vsphere-automation-sdk-python#242
vmware_cluster_info: Return tag information
b7c3b94
Fixes: ansible-collections#453 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
resolved_by_pr #455
Akasurde
Successfully merging a pull request may close this issue.
tags are empty, worked in 2.9 using vmware_cluster_facts against the same cluster on the same esxi /vc version
The text was updated successfully, but these errors were encountered: