mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-18 12:01:54 -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
|
@ -11,6 +11,7 @@
|
|||
- host: myhost2
|
||||
port: 16668
|
||||
keycloak_jboss_port_offset: 10
|
||||
keycloak_log_target: /tmp/keycloak
|
||||
roles:
|
||||
- role: keycloak
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue