Compare commits
12 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
0b8a659514 | |
|
|
4823460eb7 | |
|
|
7bb58af3bc | |
|
|
149a75a496 | |
|
|
e77c74cab6 | |
|
|
b9d8f0cd58 | |
|
|
7a28370d5e | |
|
|
646a63e7f1 | |
|
|
bf1bf6efc6 | |
|
|
5aadf04640 | |
|
|
c99707ce21 | |
|
|
9abbbd3990 |
|
|
@ -1,4 +1,14 @@
|
|||
---
|
||||
- name: Get a Keycloak client secret, authentication with credentials
|
||||
community.general.keycloak_clientsecret_info:
|
||||
realm: "{{ kcc_realm }}"
|
||||
auth_keycloak_url: "{{ kcc_auth_keycloak_url }}"
|
||||
auth_realm: "{{ kcc_auth_realm }}"
|
||||
auth_username: "{{ kcc_auth_username }}"
|
||||
auth_password: "{{ kcc_auth_password }}"
|
||||
client_id: "{{ shinyproxy_oidc_client_id }}"
|
||||
register: shinyproxy_keycloak_secret
|
||||
when: kcc_clientid is defined
|
||||
- name: Shinyproxy as a standalone service
|
||||
ansible.builtin.import_tasks: shinyproxy_vm.yml
|
||||
when: not shinyproxy_as_docker_service
|
||||
|
|
|
|||
Loading…
Reference in New Issue