Abhijeet Kasurde
Abhijeet Kasurde
@markatdxb I am naive in PowerShell, so can't say about its performance over `Pyvmomi`. But, I definitely agree that there is a lot of room for performance improvement in `vmware_guest_find`.
@markatdxb Can you please suggest something which you think will improve the performance? also, could you please provide the mentioned powershell that you use which provides the exact result?
@jaydabi Thanks for reporting this issue. This is due to the fact that `vmware_tag_manager` uses `vSphere Automation SDK for Python` to deal with VMware Tag functionality. You need to have...
@jaydabi Thanks. I will keep this issue open.
@Kloppi313 Thanks for reporting this feature. I am not able to access `hostAccessManager` but I am not quite sure why. ``` (Pdb) content.hostAccessManager *** AttributeError: 'vim.ServiceInstanceContent' object has no attribute...
@denknl `waiting_on_contributer` means we want this functionality but have no time or resources, so someone from the community can take a lead on this and work on it. You might...
@ElioLopez Thanks for reporting this issue. Could you please update the Ansible Tower version?
If I understand your problem correctly, you are able to filter using the command line ``` ansible-inventory -i vmware.yml --list ``` But you are not able to filter using Ansible...
@julie-blake-verizon Thanks for requesting this feature. I agree with you, just like `vmware_cluster` will keep `vmware_datastore_cluster` standalone and add additional functionalities as separate modules. Would you be interested in starting...
@mgoleary you are right, replacement is a tricky thing due to tag cardinality, that is the reason we have `present`, `absent`, and `set` as states.