8 lines
312 B
YAML
Raw Normal View History

2023-07-03 15:00:09 +02:00
# Version of Vault to install
2025-06-27 13:00:12 +02:00
vault_version: 1.20.0
2023-07-03 15:00:09 +02:00
# 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
2025-06-27 13:00:12 +02:00
vault_archive_sha256: 25e9f1f9a6dd9866219d6a37c6d1af1d26d0e73aa95a4e755188751de133dea7
2023-07-03 15:00:09 +02:00