mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
always create pidfile folder
add keycloak_service_runas feature flag fix previous installs permissions
This commit is contained in:
parent
c8ebbe72d2
commit
40c015d3e1
3 changed files with 16 additions and 9 deletions
|
@ -74,6 +74,11 @@ argument_specs:
|
|||
default: ""
|
||||
description: "Path to custom template for standalone.xml configuration"
|
||||
type: "str"
|
||||
keycloak_service_runas:
|
||||
# line 20 of keycloak/defaults/main.yml
|
||||
default: false
|
||||
description: "Enable execution of service as `keycloak_service_user`"
|
||||
type: "bool"
|
||||
keycloak_service_user:
|
||||
# line 29 of keycloak/defaults/main.yml
|
||||
default: "keycloak"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue