mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 22:23:29 +02:00
8 lines
313 B
YAML
8 lines
313 B
YAML
# Version of Vault to install
|
|
vault_version: 1.15.6
|
|
# 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: e5286f2f66a76972d1dd60a9cfb79e9e571c39a4531e89ac0b23a6a9147e6ee9.
|
|
|