Add keycloak X playbook, update roles README

This commit is contained in:
Guido Grazioli 2022-05-17 19:07:53 +02:00
commit 0ddbc66448
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
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` |