Move firewall script to roles. Adjust hosts. ..

This commit is contained in:
2019-09-04 04:04:57 +02:00
parent 3e4b1cf988
commit 444674e8f7
16 changed files with 2012 additions and 1311 deletions

View File

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