4 lines
137 B
Bash
Executable file
4 lines
137 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
export ANSIBLE_VAULT_PASSWORD_FILE="$HOME/.bin/ansible-vault-pass.sh"
|
|
export ANSIBLE_PYTHON_INTERPRETER='auto_silent'
|