This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3.8 | |
""" | |
Author: Johannes Zumthurm <[email protected]> | |
This script allows the ansible vault password for running playbooks to be temporarily | |
stored in the git credential-cache. The git credential cache can be configured using: | |
git config credential.helper 'cache --timeout=3600' |