chore(keycloak): set keycloak hostname and header mode for proxy

This commit is contained in:
2024-11-09 12:21:56 +01:00
parent d8d0b5c9e5
commit c7040c96f8
3 changed files with 16 additions and 8 deletions

View File

@ -3,3 +3,14 @@
Ansible role for deploying keycloak, currently only supports docker.
Migrated from `entropia.sso.keycloak`.
## Required variables
- `keycloak_database_password` - password for the database user
- `keycloak_config_hostname` - public domain of the keycloak server
## Database configuration
- `keycloak_database_hostname` - hostname of the database server, defaults to `localhost`
- `keycloak_database_username` - username to use when connecting to the database server, defaults to `keycloak`
- `keycloak_database_database` - name of the database to use, defaults to `keycloak`