always create pidfile folder

add keycloak_service_runas feature flag
fix previous installs permissions
This commit is contained in:
Massimo Schiavon 2023-08-29 21:41:38 +02:00
commit 40c015d3e1
No known key found for this signature in database
GPG key ID: 5C896DA797460833
3 changed files with 16 additions and 9 deletions

View file

@ -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"