Allow overrides for service start retries and delay

This commit is contained in:
Romain Pelisse 2022-12-16 15:14:44 +01:00
commit 46d5af90ba
4 changed files with 15 additions and 5 deletions

View file

@ -266,6 +266,14 @@ argument_specs:
default: "Keycloak"
description: "systemd description for keycloak"
type: "str"
keycloak_service_start_delay:
default: "10"
description: "Expected delay in ms before the service is expected to be available after start."
type: "int"
keycloak_service_start_retries:
default: "25"
description: "How many time should Ansible retry to connect to the service after it was started, before failing."
type: "int"
keycloak_no_log:
default: true
type: "bool"