Splitting out personal configs

This commit is contained in:
Ubergeek 2019-12-01 01:03:30 +00:00
parent 2c8c3bdfb0
commit 01818e1a25
2 changed files with 5 additions and 4 deletions

View File

@ -12,7 +12,7 @@ ADMIN_EMAIL="root@thunix.net"
EMAIL_TEMPLATE="email.tmpl"
YAML_FILE="$1.yml"
GEN_TDP="./gen_tdp"
TILDE_JSON="var/www/thunix.cf/tilde.json"
TILDE_JSON="/var/www/thunix.cf/tilde.json"
# This one for team
# ZNC_USER="/home/znc/add_znc_user.sh"
@ -20,9 +20,7 @@ TILDE_JSON="var/www/thunix.cf/tilde.json"
# This one for Thunix
ZNC_USER="/var/lib/znc/create-znc_account.sh"
# Set location to your repo for ansible here
# It is only needed for thunix
REPO_LOCATION="/home/ubergeek/repos/ansible/"
. ./setenv
error_exit() {
echo -e "${PROGNAME}: ${1:-"Unknown Error"}" >&2

3
setenv Executable file
View File

@ -0,0 +1,3 @@
# Set location to your repo for ansible here
# It is only needed for thunix
export REPO_LOCATION="/home/ubergeek/repos/ansible/"