generated from edwardtheharris/ansible-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
34 changed files
with
1,519 additions
and
1,536 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
#!/usr/local/bin/env bash | ||
#!/bin/bash | ||
|
||
if [ -f ~/.githooks/coveralls.gpg ]; then | ||
COVERALLS_REPO_TOKEN="$(gpg -d -q "$HOME"/.githooks/coveralls.gpg)" | ||
export COVERALLS_REPO_TOKEN | ||
fi | ||
ANSIBLE_VAULT_PASSWORD_FILE=/etc/ansible/vault | ||
GNUPGHOME=$(pwd)/.gnupg | ||
PIPENV_VENV_IN_PROJECT=1 | ||
|
||
export ANSIBLE_VAULT_PASSWORD_FILE | ||
export GNUPGHOME | ||
export PIPENV_VENV_IN_PROJECT |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
_build/ | ||
.gnupg | ||
.secret/ | ||
.venv/ | ||
.vscode/ | ||
.secret/ | ||
*.xcf | ||
markdownlint-cli2-junit.xml | ||
node_modules | ||
package-lock.json | ||
package.json | ||
roles/reset/files/*.reset.md |
Oops, something went wrong.