mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-09 23:54:29 -07:00
keycloak_quarkus: add systemd control options
* keycloak_quarkus_service_restart_always * keycloak_quarkus_service_restart_on_failure * keycloak_quarkus_service_restartsec
This commit is contained in:
parent
dab388d744
commit
83bcb6712a
4 changed files with 27 additions and 2 deletions
|
@ -69,6 +69,18 @@ argument_specs:
|
|||
default: false
|
||||
description: "Ensure firewalld is running and configure keycloak ports"
|
||||
type: "bool"
|
||||
keycloak_service_restart_always:
|
||||
default: false
|
||||
description: "systemd restart always behavior of service"
|
||||
type: "bool"
|
||||
keycloak_service_restart_on_failure:
|
||||
default: false
|
||||
description: "systemd restart on-failure behavior of service"
|
||||
type: "bool"
|
||||
keycloak_service_restartsec:
|
||||
default: "10s"
|
||||
description: "systemd RestartSec for service"
|
||||
type: "str"
|
||||
keycloak_quarkus_admin_user:
|
||||
default: "admin"
|
||||
description: "Administration console user account"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue