Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save avi202020/0602b5808b2584ab4bc22fb13fd1278c to your computer and use it in GitHub Desktop.
Save avi202020/0602b5808b2584ab4bc22fb13fd1278c to your computer and use it in GitHub Desktop.
Content of python script
#!/usr/bin/env python
import os
passwd='vault kv get -field=ansivault secret/ansible'
os.system(passwd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment