How to determine if a ssh keyfile is encrypted or not
I trying to figure out how to determine if a ssh keyfile is encrypted or not. This is documented here.
So I developed a simple ansible-playbook using the two examples in the document.
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.