Environment - I've installed Ansible and using its vSphere_Guest API. This is connecting to my vSphere and successfully creating a virtual machine. I already have a satellite server with kickstart, configured with cobbler, which perfectly installs RHEL.
Problem - I want to install operating system on the VM created using Ansible. vSphere_Guest API could start the VM using an ISO but not by network. How can I start that newly created VM via Network ? I don't see any option to start VM via Network.