New variable for binding of management ports

This commit is contained in:
Guido Grazioli 2022-09-28 15:33:30 +02:00
commit a7fbce2990
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
6 changed files with 11 additions and 4 deletions

View file

@ -52,6 +52,7 @@ Role Defaults
|`keycloak_db_enabled`| Enable auto configuration for database backend | `True` if `keycloak_ha_enabled` is True, else `False` |
|`keycloak_admin_user`| Administration console user account | `admin` |
|`keycloak_bind_address`| Address for binding service ports | `0.0.0.0` |
|`keycloak_management_port_bind_address`| Address for binding management ports | `127.0.0.1` |
|`keycloak_host`| hostname | `localhost` |
|`keycloak_http_port`| HTTP port | `8080` |
|`keycloak_https_port`| TLS HTTP port | `8443` |