Adding retries for vault-init to come online
This commit is contained in:
parent
79417e07ca
commit
3694657eb6
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
||||||
body:
|
body:
|
||||||
secret_shares: 1
|
secret_shares: 1
|
||||||
secret_threshold: 1
|
secret_threshold: 1
|
||||||
|
until: "vault_temp_init|succeeded"
|
||||||
|
retries: 4
|
||||||
|
delay: "{{ retry_stagger | random + 3 }}"
|
||||||
register: vault_temp_init
|
register: vault_temp_init
|
||||||
|
|
||||||
# NOTE: vault_headers and vault_url are used by subsequent issue calls
|
# NOTE: vault_headers and vault_url are used by subsequent issue calls
|
||||||
|
|
Loading…
Reference in a new issue