8 lines
312 B
YAML
Raw Normal View History

2023-07-03 15:00:09 +02:00
# Version of Vault to install
2025-05-13 11:00:09 +02:00
vault_version: 1.19.3
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-05-13 11:00:09 +02:00
vault_archive_sha256: 94b1f5059ab7751d2305bd109289d7d6946c8c7e4c5227fd78ab67739fa43be2
2023-07-03 15:00:09 +02:00