Update defaults.inc
This commit is contained in:
7
defaults.inc
Normal file → Executable file
7
defaults.inc
Normal file → Executable file
@@ -9,13 +9,13 @@ NCHOSTS=10.5.10.42
|
|||||||
PDHOSTS=159.203.158.51,45.55.107.166
|
PDHOSTS=159.203.158.51,45.55.107.166
|
||||||
PRIMARYHOST=10.5.10.51
|
PRIMARYHOST=10.5.10.51
|
||||||
MYSQLMANAGER=10.10.10.50
|
MYSQLMANAGER=10.10.10.50
|
||||||
NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale,postgresql,web,php5.6-fpm,php7.2-fpm,php7.3-fpm,syncthing,pdns,proxysql
|
NODESERVICES=mariadb,mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale,postgresql,web,php5.6-fpm,php7.2-fpm,php7.3-fpm,syncthing,pdns,proxysql
|
||||||
MYSQLSERVICES_CHECK=mysql,keepalived
|
MYSQLSERVICES_CHECK=mariadb,keepalived
|
||||||
# WEBSERVICES_CHECK=nginx,gitea,powerdns-admin,keepalived,php5.6-fpm,php7.2-fpm,php7.3-fpm
|
# WEBSERVICES_CHECK=nginx,gitea,powerdns-admin,keepalived,php5.6-fpm,php7.2-fpm,php7.3-fpm
|
||||||
WEBSERVICES_CHECK=nginx,php5.6-fpm,php7.3-fpm,gitea,powerdns-admin,keepalived,syncthing
|
WEBSERVICES_CHECK=nginx,php5.6-fpm,php7.3-fpm,gitea,powerdns-admin,keepalived,syncthing
|
||||||
LBSERVICES_CHECK=haproxy,keepalived
|
LBSERVICES_CHECK=haproxy,keepalived
|
||||||
NCSERVICES_CHECK=nginx,php7.3-fpm,syncthing
|
NCSERVICES_CHECK=nginx,php7.3-fpm,syncthing
|
||||||
PDSERVICES_CHECK=pdns,mysql
|
PDSERVICES_CHECK=pdns,mariadb
|
||||||
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes '
|
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes '
|
||||||
CERT_DAEMON='/usr/bin/certbot'
|
CERT_DAEMON='/usr/bin/certbot'
|
||||||
FOLDER=/opt/idssys/nodemgmt
|
FOLDER=/opt/idssys/nodemgmt
|
||||||
@@ -49,6 +49,7 @@ NM_NODETYPES['PD']='PowerDNS'
|
|||||||
|
|
||||||
declare -A NM_SERVICES
|
declare -A NM_SERVICES
|
||||||
NM_SERVICES['mysql']='MySQL'
|
NM_SERVICES['mysql']='MySQL'
|
||||||
|
NM_SERVICES['mariadb']='MariaDB'
|
||||||
NM_SERVICES['postgresql']='PostgreSQL'
|
NM_SERVICES['postgresql']='PostgreSQL'
|
||||||
NM_SERVICES['nginx']='NGINX'
|
NM_SERVICES['nginx']='NGINX'
|
||||||
NM_SERVICES['gogs']='Gogs'
|
NM_SERVICES['gogs']='Gogs'
|
||||||
|
|||||||
Reference in New Issue
Block a user