rebase and update documentation

This commit is contained in:
Guido Grazioli 2022-12-13 14:28:17 +01:00
parent 2df5fd22cf
commit 853d4ab96b
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
2 changed files with 5 additions and 0 deletions
roles/keycloak_quarkus

View file

@ -97,6 +97,7 @@ Role Defaults
|`keycloak_quarkus_log_file`| Set the log file path and filename relative to keycloak home | `data/log/keycloak.log` |
|`keycloak_quarkus_log_format`| Set a format specific to file log entries | `%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n` |
|`keycloak_quarkus_proxy_mode`| The proxy address forwarding mode if the server is behind a reverse proxy | `edge` |
|`keycloak_quarkus_start_dev`| Whether to start the service in development mode (start-dev) | `False` |
Role Variables

View file

@ -244,3 +244,7 @@ argument_specs:
default: 'edge'
type: "str"
description: "The proxy address forwarding mode if the server is behind a reverse proxy"
keycloak_quarkus_start_dev:
default: False
type: "bool"
description: "Whether to start the service in development mode (start-dev)"