MalfuncEddie

Results 37 comments of MalfuncEddie

Maybe related but it would be nice if you could filter the inventory given an "ansible limit".

> I'm not sure how we would fix this without completely rearchitecting things to not rely on the kubernetes logging system. We don't have any plans to do this right...

It is due to https://github.com/ansible-collections/community.vmware/pull/747 line 214 ``` vm = self._pyv.get_vm() if vm: self.result['vm_deploy_info'] = dict( msg="Virtual Machine '%s' already Exists." % self.vm_name, vm_id=vm._moId, ) self._fail(msg="Virtual Machine deployment failed") ```...

Or make it an option in the module overide: true/false that determines the what to do if a vm exists

Can anyone with more gravitas in this repo comment on this. I just want to know if this is a bug, works as designed or wontfix. In my case I...

Hey Is this something that could help? https://vdc-repo.vmware.com/vmwb-repository/dcr-public/1cd28284-3b72-4885-9e31-d1c6d9e26686/71ef7304-a6c9-43b3-a3cd-868b2c236c81/doc/structures/com/vmware/vcenter/inventory/datastore/svc.info-structure.html I think you should look for datastore clusters (StoragePod) in inventory/datastore

My use case is has 2 parts: Vmware vm: I would write a scritp that read out the API. For each disk on the vm create a Virtual disk with...

Hey @Udayendu could you eleborate your solution a bit? is the entire playbook running on PSRP ? I got an issue that the delegate_to: localhost tries also to connect with...

I have been trying this module out and just like you I was looking straight into the python code. I cannot understand why this is not included in a "vmware...