mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-08 23:24:29 -07:00
feat: add a destination variable for the log link
docs: argument specs for the keycloak_quarkus_log_target docs: added parameter to the roles README fix: role variable is keycloak_log_target and not keycloak_quarkus_log_target
This commit is contained in:
parent
12147b4769
commit
a538828f0d
12 changed files with 80 additions and 3 deletions
|
@ -243,6 +243,10 @@ argument_specs:
|
|||
default: '%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n'
|
||||
type: "str"
|
||||
description: "Set a format specific to file log entries"
|
||||
keycloak_quarkus_log_target:
|
||||
default: '/var/log/keycloak'
|
||||
type: "str"
|
||||
description: "Set the destination of the keycloak log folder link"
|
||||
keycloak_quarkus_proxy_mode:
|
||||
default: 'edge'
|
||||
type: "str"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue