mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-14 10:01:51 -07:00
parameterize health check; refactor serial_then_parallel
This commit is contained in:
parent
f63b20b9d4
commit
4b21569f36
5 changed files with 23 additions and 28 deletions
|
@ -445,6 +445,14 @@ argument_specs:
|
|||
description: "Seconds to wait between restarts in HA strategy"
|
||||
default: 15
|
||||
type: int
|
||||
keycloak_quarkus_restart_health_check_delay:
|
||||
description: "Seconds to let pass before starting healch checks"
|
||||
default: 10
|
||||
type: 'int'
|
||||
keycloak_quarkus_restart_health_check_reries:
|
||||
description: "Number of attempts for successful health check before failing"
|
||||
default: 25
|
||||
type: 'int'
|
||||
downstream:
|
||||
options:
|
||||
rhbk_version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue