Ansible with OIDC/OpenID
-
Re: Ansible with Xen Orchestra
I would like to ask, if anyone is using Ansible with community.general.xen_orchestra plugin and authenticating via oidc, we have connected our XenOrchestra to our Keycloak but currently, I am not able to connect with this oidc user
plugin: community.general.xen_orchestra api_host: 192.168.1.100 user: admin@admin.net ← required password: admin ← also required validate_certs: false use_ssl: true groups:
-
@uxes Are you able to supply any logs?
-
@TITUS-MAXIMUS
what kind of logs would you like to see, there are none,
since in sourcecode is only username and password optionand it is also required to be filled in
My question is, if there is a way to login with oidc just like in this plugin
https://docs.ansible.com/ansible/latest/collections/netbox/netbox/nb_inventory_inventory.html