mirror of
https://github.com/ThunixdotNet/makeuser.git
synced 2026-01-24 05:30:18 +00:00
Splitting out personal configs
This commit is contained in:
6
makeuser
6
makeuser
@@ -12,7 +12,7 @@ ADMIN_EMAIL="root@thunix.net"
|
|||||||
EMAIL_TEMPLATE="email.tmpl"
|
EMAIL_TEMPLATE="email.tmpl"
|
||||||
YAML_FILE="$1.yml"
|
YAML_FILE="$1.yml"
|
||||||
GEN_TDP="./gen_tdp"
|
GEN_TDP="./gen_tdp"
|
||||||
TILDE_JSON="var/www/thunix.cf/tilde.json"
|
TILDE_JSON="/var/www/thunix.cf/tilde.json"
|
||||||
|
|
||||||
# This one for team
|
# This one for team
|
||||||
# ZNC_USER="/home/znc/add_znc_user.sh"
|
# ZNC_USER="/home/znc/add_znc_user.sh"
|
||||||
@@ -20,9 +20,7 @@ TILDE_JSON="var/www/thunix.cf/tilde.json"
|
|||||||
# This one for Thunix
|
# This one for Thunix
|
||||||
ZNC_USER="/var/lib/znc/create-znc_account.sh"
|
ZNC_USER="/var/lib/znc/create-znc_account.sh"
|
||||||
|
|
||||||
# Set location to your repo for ansible here
|
. ./setenv
|
||||||
# It is only needed for thunix
|
|
||||||
REPO_LOCATION="/home/ubergeek/repos/ansible/"
|
|
||||||
|
|
||||||
error_exit() {
|
error_exit() {
|
||||||
echo -e "${PROGNAME}: ${1:-"Unknown Error"}" >&2
|
echo -e "${PROGNAME}: ${1:-"Unknown Error"}" >&2
|
||||||
|
|||||||
Reference in New Issue
Block a user