mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
Allow overrides for service start retries and delay
This commit is contained in:
parent
8ed82d937c
commit
46d5af90ba
4 changed files with 15 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue