dubzland.vault.vault_unseal role – Unseals a HashiCorp Vault server installation.

Note

This role is part of the dubzland.vault collection (version 1.0.1).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install dubzland.vault.

To use it in a playbook, specify: dubzland.vault.vault_unseal.

Entry point main – Unseals a HashiCorp Vault server installation.

Synopsis

  • Unseals the installation using keys in the specified local directory.

Parameters

Parameter

Comments

vault_unseal_tokens_directory

path

Directory on the control machine containing unseal tokens.

Default: "{{ playbook_dir }}/vault-tokens"