[ansible-project] Re: vsphere_guest gather_vmware_facts not returing ip addresses of vms running in esx hypervisor v5.5.0

2017-03-23 Thread daan
Looking at vmware_gather_facts, about to be introduced in 2.3 (there is an rc1 tag if you are adventurous), Im doing something like this: --- - name: Discover vSphere guest hosts: localhost tasks: - name: Gather instance facts vmware_guest_facts: hostname: "{{ ansible_env.VMWARE_S

[ansible-project] Re: vsphere_guest gather_vmware_facts not returing ip addresses of vms running in esx hypervisor v5.5.0

2017-03-22 Thread Payal Singh
Same issueAny solution? On Thursday, December 22, 2016 at 9:26:25 AM UTC-8, Federico Alaimo wrote: > > Hello, > I'm having the same issue here. Any solutions found? > Thanks! > > El lunes, 29 de diciembre de 2014, 20:58:59 (UTC+1), Earl Robinson > escribió: >> >> When using the gather_vmwar

[ansible-project] Re: vsphere_guest gather_vmware_facts not returing ip addresses of vms running in esx hypervisor v5.5.0

2016-12-22 Thread Federico Alaimo
Hello, I'm having the same issue here. Any solutions found? Thanks! El lunes, 29 de diciembre de 2014, 20:58:59 (UTC+1), Earl Robinson escribió: > > When using the gather_vmware_facts option in the vsphere_guest module : > > $cat vmguest_facts.yml > --- > - hosts: all > gather_facts: false > >

[ansible-project] Re: vsphere_guest gather_vmware_facts not returing ip addresses of vms running in esx hypervisor v5.5.0

2015-10-02 Thread Rich Brantingham
Did you manage to solve this? I'm running into the same problem, except the response I get from vmware_guest_facts contains the correct field (ipaddress), it's just populated with 'null'. Any pointers appreciated. On Monday, December 29, 2014 at 7:58:59 PM UTC, Earl Robinson wrote: > > When us