Update defaults.inc
This commit is contained in:
@@ -5,7 +5,7 @@ NODETYPES=MYSQL,LB,WEB,NC,PD
|
||||
MYSQLHOSTS=10.5.10.51,10.5.10.52
|
||||
WEBHOSTS=10.5.10.121,10.5.10.122
|
||||
LBHOSTS=10.10.10.81,10.10.10.82
|
||||
NCHOSTS=10.5.10.42,10.5.10.43
|
||||
NCHOSTS=10.5.10.42
|
||||
PDHOSTS=159.203.158.51,45.55.107.166
|
||||
PRIMARYHOST=10.5.10.51
|
||||
MYSQLMANAGER=10.10.10.50
|
||||
@@ -90,13 +90,13 @@ REPL_CHECKS['git']='/var/lib/gitea'
|
||||
REPL_CHECKS['gitssh']='/home/git'
|
||||
REPL_CHECKS['pma']='/etc/phpmyadmin'
|
||||
REPL_CHECKS['pdnsa']='/opt/powerdns-admin'
|
||||
REPL_CHECKS['nextcloud-data']='/mnt/Nextcloud-Data/cloud-Data'
|
||||
REPL_CHECKS['nextcloud-www']='/mnt/Nextcloud-Data/www-Data'
|
||||
#REPL_CHECKS['nextcloud-data']='/mnt/Nextcloud-Data/cloud-Data'
|
||||
#REPL_CHECKS['nextcloud-www']='/mnt/Nextcloud-Data/www-Data'
|
||||
|
||||
MYSQL_REPL_CHECK=( )
|
||||
WEB_REPL_CHECK=(nginx www ssl lessh git gitssh php pma pdnsa)
|
||||
LB_REPL_CHECK=( )
|
||||
NC_REPL_CHECK=(nginx nextcloud-data nextcloud-www)
|
||||
#NC_REPL_CHECK=(nginx nextcloud-data nextcloud-www)
|
||||
|
||||
declare -A REPL_DESC
|
||||
REPL_DESC['nginx']='NGINX Settings'
|
||||
|
||||
Reference in New Issue
Block a user