Browse Source
Merge pull request #2557 from chenhonggc/vault_health_check_delay
Maybe vault health check needs delay
pull/2566/head
Andreas Krüger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/vault/tasks/cluster/systemd.yml
|
|
@ -55,3 +55,4 @@ |
|
|
|
register: vault_health_check |
|
|
|
until: vault_health_check|succeeded |
|
|
|
retries: 10 |
|
|
|
delay: "{{ retry_stagger | random + 3 }}" |