fix: add missing default

This commit is contained in:
Guido Grazioli
2022-02-08 16:46:18 +01:00
parent f74d504b53
commit 9cafd431fb
4 changed files with 27 additions and 20 deletions

View File

@@ -3,16 +3,16 @@
keycloak_host: localhost
keycloak_http_port: 8080
keycloak_https_port: 8443
keycloak_management_http_port: 9990
keycloak_rhsso_enable: False
### Keycloak administration console user
keycloak_admin_user: admin
keycloak_auth_realm: master
keycloak_auth_client: admin-cli
### List of Keycloak User Federation
keycloak_user_federation: []
### Keycloak realms, clients, roles
### Keycloak realms, clients, roles, federation
# list of clients to create in the realm
#
# Refer to the playbook for a comprehensive example.
@@ -47,3 +47,6 @@ keycloak_client_web_origins: '+'
# where each client_role has the form:
# { client: '', role: '', realm: '' }
keycloak_client_users: []
### List of Keycloak User Federation
keycloak_user_federation: []