2021-12-22 09:05:48 +00:00
|
|
|
---
|
|
|
|
# vars file for keycloak_realm
|
|
|
|
|
|
|
|
# administrator console password, this is a required variable
|
|
|
|
keycloak_admin_password:
|
|
|
|
|
|
|
|
# name of the realm to create, this is a required variable
|
|
|
|
keycloak_realm:
|
|
|
|
|
|
|
|
# keycloak realm clients, this is a required variable
|
|
|
|
keycloak_clients:
|
|
|
|
|
|
|
|
# other settings
|
|
|
|
keycloak_url: "http://{{ keycloak_host }}:{{ keycloak_http_port }}"
|
|
|
|
keycloak_management_url: "http://{{ keycloak_host }}:{{ keycloak_management_http_port }}"
|
2022-01-17 21:53:16 +00:00
|
|
|
keycloak_rhsso_enable: False
|