Python pyvmomi VMware API - Stack Overflow
https://stackoverflow.com/questions/43555220I was looking at a solution to convert a VMware vsphere VM to a template using any of Ansible modules and failed as it seems vmware_guest (using pyvmomi) failed to to that.. So, I started investigating the alternatives; it seems the direct pyvmomi python script can send the API towards vCenter and it will do the task - though I haven't found any of examples, unfortunately.