Files
ansible-roles/roles/vault_bin/defaults/main.yml

8 lines
312 B
YAML
Raw Normal View History

2023-07-03 15:00:09 +02:00
# Version of Vault to install
2025-09-25 10:00:34 +02:00
vault_version: 1.20.4
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-09-25 10:00:34 +02:00
vault_archive_sha256: fc5fb5d01d192f1216b139fb5c6af17e3af742aaeffc289fd861920ec55f2c9c
2023-07-03 15:00:09 +02:00