mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-27 16:31:53 -07:00
update 18.0.0, add JAVA_HOME check, runas systemd unit
This commit is contained in:
parent
0ddbc66448
commit
8bede6791e
8 changed files with 30 additions and 11 deletions
|
@ -31,6 +31,9 @@ argument_specs:
|
|||
default: "java-11-openjdk-headless"
|
||||
description: "RHEL java package runtime"
|
||||
type: "str"
|
||||
keycloak_quarkus_java_home:
|
||||
description: "JAVA_HOME of installed JRE, leave empty for using specified keycloak_jvm_package RPM path"
|
||||
type: "str"
|
||||
keycloak_quarkus_dest:
|
||||
# line 13 of defaults/main.yml
|
||||
default: "/opt/keycloak"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue