mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
8 lines
312 B
YAML
8 lines
312 B
YAML
# Version of Vault to install
|
|
vault_version: 1.17.5
|
|
# 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: 67eb9f95d37975e2525bbd455e19528a7759f3a56022de064bf8605fc220be47
|
|
|