Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-24 Thread Nagesh sheregar
same password is working, i am sure this is not password issue as i can login VCD using same password, anyway let me double check on vendor support Thanks On Fri, Jul 24, 2020 at 11:53 AM Dick Visser wrote: > > > On Fri, 24 Jul 2020 at 18:30, Nagesh sheregar wrote: > >> Hi Team, >> >> anyone

Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-24 Thread Dick Visser
On Fri, 24 Jul 2020 at 18:30, Nagesh sheregar wrote: > Hi Team, > > anyone help me on this issue > > what i am missing here? > You missed the part that is called 'reading the error'. I did do it and it looks like your credentials are wrong. Either way, this module is a 3rd party module, so if

Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-24 Thread Nagesh sheregar
Hi Team, anyone help me on this issue what i am missing here? On Thu, Jul 23, 2020 at 2:38 PM Nagesh sheregar wrote: > Hi Abhi, > > python isue resolved but i am gettig below error, even i am providing > right password: > > > TASK [vcd : VCD USER creation] >

Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-23 Thread Nagesh sheregar
Hi Abhi, python isue resolved but i am gettig below error, even i am providing right password: TASK [vcd : VCD USER creation] **

Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-22 Thread Abhijeet Kasurde
Hi Nagesh, Please set this value https://docs.ansible.com/ansible/latest/reference_appendices/config.html#interpreter-python On Wed, Jul 22, 2020 at 3:50 AM Nagesh sheregar wrote: > Hi Abhijeet, > > i have installed python 3.6 but ansible still showing 2.7, how to fix this > ? > > [root@s605141

Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-21 Thread Nagesh sheregar
Hi Abhijeet, i have installed python 3.6 but ansible still showing 2.7, how to fix this ? [root@s605141sl7vl402 ansible]# ansible --version ansible 2.9.9 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/mod

Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-21 Thread Abhijeet Kasurde
Hi Nagesh, After digging a bit, I found that these modules are coming from https://github.com/vmware/ansible-module-vcloud-director and are based upon pyvcloud . Pyvcloud works on Python 3

Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-21 Thread Nagesh sheregar
Hi Abhijeeth, please find my below playbook: - name: VCD USER creation vcd_user: user: "{{ vcd_username }}" password: "{{ vcd_password }}" host: "{{ vcd_host }}" org: "{{ vcd_org }}" api_version: "{{ vcd_api_version }}" verify_ssl_certs: False username: "test" u

Re: [ansible-project] Creating users in VCD Unsupported API version

2020-07-20 Thread Abhijeet Kasurde
Hi Nagesh, Where is this vcd_user module coming from? Could you please also paste playbook? On Tue, Jul 21, 2020 at 8:35 AM Nagesh sheregar wrote: > Hi taem, > > did you guys see this error ? > > API version is 34 > > Unsupported API version. Received '{api_version}' but \"\n >

[ansible-project] Creating users in VCD Unsupported API version

2020-07-20 Thread Nagesh sheregar
Hi taem, did you guys see this error ? API version is 34 Unsupported API version. Received '{api_version}' but \"\n ^\nSyntaxError: invalid syntax\n TASK [vcd : VCD USER creation] ***