After automating pulling the secrets from AWS, I wanted to use Ansible Vault to lock it up, and so I first tested this manually. Is there a way to do this through ansible playbooks. We need to automate it so we don't have to constantly lock and unlock it when we pull a new secret.
Asked
Active
Viewed 106 times
0
-
I found that I could use a python script instead and use that python script within the playbook instead – IAmTazlan Sep 27 '22 at 14:56