This repository contains example ansible roles and playbooks for interacting with Vault.
- vault_proxy - Role to deploy vault proxy to RHEL9 VM as systemd service.
-
deploy_vault_proxy - Playbook to call the vault_proxy role.
-
vault-credential-lookup - Playbook to retrieve secrets with the
community.hashi_vault
module. See this page for more information. -
vault-credential-secret-plugin - Playbook to display
single_secret
from AWX/AAP credential. See this page for more information