mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
Introduce keycloak_service_restart_always
alongside keycloak_service_restart_on_failure
This commit is contained in:
parent
8f042d3e29
commit
bc4cb5c52a
4 changed files with 20 additions and 14 deletions
|
@ -299,9 +299,13 @@ argument_specs:
|
|||
default: "25"
|
||||
description: "How many time should Ansible retry to connect to the service after it was started, before failing."
|
||||
type: "int"
|
||||
keycloak_service_restart_always:
|
||||
default: false
|
||||
description: "systemd restart always behavior activation for keycloak"
|
||||
type: "bool"
|
||||
keycloak_service_restart_on_failure:
|
||||
default: true
|
||||
description: "systemd restart-on-failure behavior activation for keycloak"
|
||||
default: false
|
||||
description: "systemd restart on-failure behavior activation for keycloak"
|
||||
type: "bool"
|
||||
keycloak_service_startlimitintervalsec:
|
||||
default: 300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue