|
@ -14,7 +14,7 @@ |
|
|
headers: "{{ vault_client_headers }}" |
|
|
headers: "{{ vault_client_headers }}" |
|
|
status_code: 200,429,500,501 |
|
|
status_code: 200,429,500,501 |
|
|
validate_certs: no |
|
|
validate_certs: no |
|
|
failed_when: false |
|
|
|
|
|
|
|
|
ignore_errors: true |
|
|
register: vault_local_service_health |
|
|
register: vault_local_service_health |
|
|
|
|
|
|
|
|
- name: check_vault | Set facts about local Vault health |
|
|
- name: check_vault | Set facts about local Vault health |
|
|