mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-13 11:04:52 +02:00
8 lines
312 B
YAML
8 lines
312 B
YAML
# Version of Vault to install
|
|
vault_version: 1.20.3
|
|
# URL of the archive
|
|
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
|
|
# Expected sha256 of the archive
|
|
vault_archive_sha256: 128d35b82bed319b8ce3caec99286a7d458342d8def5e6ca4d20cc7621df53d3
|
|
|