Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud
98dea5a3d2 Update to 2025-08-30 00:00 2025-08-30 00:00:28 +02:00
Daniel Berteaud
9d2dcb277e Update to 2025-08-29 23:00 2025-08-29 23:00:29 +02:00
2 changed files with 3 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# Version of Vault to install # Version of Vault to install
vault_version: 1.20.2 vault_version: 1.20.3
# URL of the archive # URL of the archive
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
# Expected sha256 of the archive # Expected sha256 of the archive
vault_archive_sha256: 5846abf08deaf04cc9fdbb7c1eddda3348671590445f81bcdb0a2e0d32396c2e vault_archive_sha256: 128d35b82bed319b8ce3caec99286a7d458342d8def5e6ca4d20cc7621df53d3

View File

@@ -28,11 +28,5 @@
set_fact: vault_unseal_install_mode='upgrade' set_fact: vault_unseal_install_mode='upgrade'
tags: vault tags: vault
- debug: msg={{ vault_unseal_conf }} - set_fact: vault_unseal_enabled={{ (vault_unseal_conf.vault_nodes | length > 2 and vault_unseal_conf.unseal_tokens | length > 0) | ternary(true, false) }}
tags: vault
- debug: msg={{ vault_unseal_conf.vault_nodes }}
tags: vault
- set_fact: vault_unseal_enabled={{ (vault_unseal_conf.vault_nodes | length > 0 and vault_unseal_conf.unseal_tokens | length > 0) | ternary(true, false) }}
tags: vault tags: vault