Re: [ansible-project] Re: Ansible 2.0 VMWare modules

2016-03-19 Thread kamil . szczygiel
I had the same thing on my mind this morning, but I'm not certain if this is a pyvmomi issue. Kamil On Wednesday, March 16, 2016 at 1:10:02 PM UTC+1, Jonathan Frappier wrote: > > Thanks, look forward to testing. As I sit here now, I also wonder if this > is a pyVmomi specific issue... > On Mar

[ansible-project] Re: Ansible 2.0 VMWare modules

2016-03-16 Thread kamil . szczygiel
I've created PR with a small fix (https://github.com/ansible/ansible/pull/14988) that I've tested with Ubuntu 15.10/14.04 and Python 2.7.11. This should resolve the issue with Python > 2.7.9. I"m not sure about older python, since it shouldn't validate certificates in a first place. Kamil On

[ansible-project] Re: Ansible 2.0 VMWare modules

2016-03-15 Thread kamil . szczygiel
I've tested it with the same configuration and I can confirm it's not working. I'll try to fix it until the end of week. On Saturday, March 5, 2016 at 10:52:46 PM UTC+1, Vinson Xing wrote: > > I installed the ansible from devel branch, I got the same issue even set > validate_certs to false. >

Re: [ansible-project] Re: Ansible 2.0 VMWare modules

2016-02-15 Thread kamil . szczygiel
I've copied the playbook you've pasted, modified credentials and it works. --- - hosts: localhost tasks: - name: Add ESXi host to vCenter local_action: module: vmware_host hostname: ip username: administrator@vsphere.local password: datacent

Re: [ansible-project] Re: Ansible 2.0 VMWare modules

2016-02-15 Thread kamil . szczygiel
I've just cloned and installed from devel - works for me. On Monday, February 15, 2016 at 6:09:02 PM UTC+1, Jonathan Frappier wrote: > > Curious if anyone else has had luck with this in devel? I get "unsupported > parameter for module: validate_certs" > >- name: Add ESXi host to vCenter >

[ansible-project] Re: Ansible 2.0 VMWare modules

2016-02-15 Thread kamil . szczygiel
My PR for validate_certs was merged to the master branch (https://github.com/ansible/ansible/pull/14261). I suggest using devel, as it's already reviewed and merged (add validate_certs=false as param for the module you're using) On Monday, February 15, 2016 at 5:49:18 PM UTC+1, Jonathan Frappie

[ansible-project] Re: Ansible 2.0 VMWare modules

2016-01-27 Thread kamil . szczygiel
I've added skip_ssl argument to module_utils/vmware.py. Perhaps that's not the best implementation... https://github.com/kamsz/ansible On Wednesday, January 13, 2016 at 6:54:29 PM UTC+1, Larry Smith wrote: > > Just getting started messing with these new 2.0 VMWare modules and seem to > be stuck

[ansible-project] Re: Ansible 2.0 VMWare modules

2016-01-27 Thread kamil . szczygiel
I've added skip_ssl argument in module_utils/vmware.py, perhaps that's not the best implementation of this. https://github.com/kamsz/ansible -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving e