Relative Content

Tag Archive for ansibleansible-vault

Ansible Vault: How to access vault keys dynamically

I inherited a project where all database users have the same password (bad!), this is stored in an Ansible Vault (good). I want to modify the roles so that I can store a unique password for every user in the vault.