mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-06-13 22:53:18 +02:00
8 lines
312 B
YAML
8 lines
312 B
YAML
# Version of Vault to install
|
|
vault_version: 1.19.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: 5192111920b3f745c10f8fea9988c46b91414a69bcf49df1f7c87880d80a3755
|
|
|