Re: unable to verify user credentials

2024-12-02 Thread Rene Moser
Hi Jeroen On 02.12.24 13:29, Jeroen Kleijer wrote: We're making full use of the ngin_io CloudStack modules whenever we can but there are still (quite) some API calls that aren't available through the use of the modules so for that we have to go directly using ansible.builtin.uri. Feel free to

Re: unable to verify user credentials

2024-12-02 Thread Jeroen Kleijer
Hi Rene, We're making full use of the ngin_io CloudStack modules whenever we can but there are still (quite) some API calls that aren't available through the use of the modules so for that we have to go directly using ansible.builtin.uri. Keep up the good work on the modules, looking forward to se

RE: unable to verify user credentials

2024-12-02 Thread Rene Moser
Hi Have you been aware that there is a built-in cloudstack integration in Ansible? https://docs.ansible.com/ansible/latest/collections/ngine_io/cloudstack/index.html We are currently revising the user documentation to show how to use the modules most productively which should be finish when

Re: unable to verify user credentials

2024-11-16 Thread Jeroen Kleijer
That did the trick! :) Strange that it worked before because I'm fairly certain we didn't have this line in our code but apparently, now we need it. Is this perhaps a change in the way API calls are handled? Kind regards, Jeroen Kleijer On Sat, Nov 16, 2024 at 1:16 PM Wei ZHOU wrote: > Can you

Re: unable to verify user credentials

2024-11-16 Thread Wei ZHOU
Can you add a param to the api and retry ? sessionkey: {{ session_key }} On Saturday, November 16, 2024, Jeroen Kleijer wrote: > Hi all, > > We've been using ACS (4.19 series) in our test and development environment > for the last 6 months or so and written some ansible code to help with the