Add keycloak X playbook, update roles README

This commit is contained in:
Guido Grazioli
2022-05-17 19:07:53 +02:00
parent 31420fc24c
commit 0ddbc66448
4 changed files with 31 additions and 6 deletions

View File

@@ -8,9 +8,10 @@ Role Defaults
-------------
| Variable | Description | Default |
|:---------|:------------|:---------|
|:---------|:------------|:--------|
|`keycloak_admin_user`| Administration console user account | `admin` |
|`keycloak_host`| hostname | `localhost` |
|`keycloak_context`| Context path for rest calls | `/auth` |
|`keycloak_http_port`| HTTP port | `8080` |
|`keycloak_https_port`| TLS HTTP port | `8443` |
|`keycloak_auth_realm`| Name of the main authentication realm | `master` |