0

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.

IAmTazlan
  • 43
  • 10
  • 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

1 Answers1

0

I found a nifty website that is exactly what I need. It made use of my second route which was to use a python script to run the vault and place this within the playbook.

IAmTazlan
  • 43
  • 10