Seeking clarification on Ansible for VMWare module

I’m not sure if anyone here has tried the Ansible for VMWare module, but does this module require a VMWare OVF template in order to run?

Thanks,

Hello,

Not sure to understand what you are asking?
Only things you need to run ansible for vmware modules are :

  • an ansible server
  • a network connection between your ansible server and your esxi or vcenter

That’s all
Ansible will talk to vCenter / ESXi using the API.

Hi

Just to be more precise
Pysphere or Pyvmomi python module is required (as written in
documentation) depending on which module you use

Regards,

JYL