ansible-community / ansible-vault

:key: Ansible role for Hashicorp Vault
BSD 2-Clause "Simplified" License
364 stars 194 forks source link

feat: add support for installing vault plugins #313

Closed gardar closed 2 years ago

gardar commented 2 years ago

Adds support for installing vault plugins. A playbook for each plugin should be placed under tasks/plugins. Then the plugin can be enabled by adding them to the vault_plugins_enable list. By default all of the available plugin playbooks are enabled when running a molecule test.

See #316 for a example on how to add a plugin.