mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 08:01:33 -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
|
@ -157,4 +157,6 @@ keycloak_quarkus_supported_policy_types: ['password-blacklists']
|
|||
# files in restart directory (one of [ 'serial', 'none', 'serial_then_parallel' ]), or path to file when providing custom strategy
|
||||
keycloak_quarkus_restart_strategy: restart/serial.yml
|
||||
keycloak_quarkus_restart_health_check: "{{ keycloak_quarkus_ha_enabled }}"
|
||||
keycloak_quarkus_restart_health_check_delay: 10
|
||||
keycloak_quarkus_restart_health_check_reries: 25
|
||||
keycloak_quarkus_restart_pause: 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue