Install ansible-modules-hashivault
mainYou can install these Ansible modules for HashiCorp Vault using either pip or ansible-galaxy.
Note: If you install via ansible-galaxy, the hashicorp lookup plugin will not work due to an Ansible limitation. In that case, fallback to the built-in hashi_vault lookup plugin.
Requirements: hvac>=2.1.0 is required for the ansible-galaxy installation method.
# Via pip
pip install ansible-modules-hashivault
# Via ansible-galaxy
ansible-galaxy install 'git+https://github.com/TerryHowe/ansible-modules-hashivault.git'