I\'m trying to setup a virtual machine with ansible. However, ansible keeps getting stuck on the Deploy guest from template task.
Using -vvv, I got the following logs.
Ansible vmware_guest cannot ssh into vmware vSphere vCenter
It should not.
You should call most of "cloud" modules from local machine. Take a look at examples of vmware_guest: there's delegate_to: localhost everywhere.
delegate_to: localhost