git alias and ansible-vault hack

- git alias to push to all remote whatever their name is
- ansible-vault hack to print all secret strings from a ansible file
  with a mix of secrets and cleartext informations
This commit is contained in:
MorganGeek
2020-06-24 16:59:50 +02:00
parent 409b3695f8
commit f1e6fe7c0f
3 changed files with 18 additions and 3 deletions

View File

@ -130,6 +130,7 @@ export JENKINS_SECRET=""
export JIRA_URL=""
export PROXY_HOST=""
export COLORPIC_APIKEY=""
export VAULT_PASSWORD_FILE=""
if test -f "$HOME/.secrets"; then
chmod +x "$HOME/.secrets"