Re: [ansible-project] Ansible + vpshere_guest

2014-12-14 Thread Chris Church
The Python version installed on ESX doesn't include all the "standard" library code needed to run Ansible modules. You're pretty much limited to using *raw* and *script* to do anything over SSH. You may want to set *gather_facts: false* in your play to prevent trying to run the *setup* module. T

[ansible-project] Ansible + vpshere_guest

2014-12-14 Thread fmorcamp
Hello all, I'm starting with Ansible, and I would like to provsion a VMWare Cluster with it. To do that, I use the vsphere-guest module. However, I try to use it! So I create a role /etc/ansible/role/esx/task/main.yml and try to set up a VM. I follow the the official documentetion: http://docs