Rename sprachenatelier_the_vault.sh -> flr-brb_the_vault.sh and concerning changes.

This commit is contained in:
Christoph 2019-12-15 19:06:12 +01:00
parent 830fe235c3
commit e799dfd227
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ inventory = ./hosts
remote_user = root remote_user = root
ask_pass=True ask_pass=True
roles_path = ./roles roles_path = ./roles
vault_password_file = sprachenatelier_the_vault.sh vault_password_file = flr-brb_the_vault.sh
#retry_files_enabled = False #retry_files_enabled = False
#allow_world_readable_tmpfiles = True #allow_world_readable_tmpfiles = True
interpreter_python: auto interpreter_python: auto

View File

@ -2,7 +2,7 @@
echoerr() { echo "$@" 1>&2; } echoerr() { echo "$@" 1>&2; }
PWFILE="$HOME/.private/ansible/ansible-sprachenatelier-vault-passphrase" PWFILE="$HOME/.private/ansible/ansible-flr-vault-passphrase"
if test ! -f "$PWFILE" if test ! -f "$PWFILE"
then then