Close #80 - introduce systemd restart behavior

This commit is contained in:
Helmut Wolf 2023-05-12 08:57:36 +02:00
commit 370d424b24
5 changed files with 36 additions and 3 deletions

View file

@ -290,6 +290,22 @@ 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_on_failure:
default: true
description: "systemd restart-on-failure behavior activation for keycloak"
type: "bool"
keycloak_service_startlimitintervalsec:
default: 300
description: "systemd StartLimitIntervalSec for keycloak"
type: "int"
keycloak_service_startlimitburst:
default: 5
description: "systemd StartLimitBurst for keycloak"
type: "int"
keycloak_service_restartsec:
default: "5s"
description: "systemd RestartSec for keycloak"
type: "str"
keycloak_no_log:
default: true
type: "bool"