mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-06-28 03:30:21 -07:00
rebase and update documentation
This commit is contained in:
parent
2df5fd22cf
commit
853d4ab96b
2 changed files with 5 additions and 0 deletions
|
@ -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_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_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_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
|
Role Variables
|
||||||
|
|
|
@ -244,3 +244,7 @@ argument_specs:
|
||||||
default: 'edge'
|
default: 'edge'
|
||||||
type: "str"
|
type: "str"
|
||||||
description: "The proxy address forwarding mode if the server is behind a reverse proxy"
|
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)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue