Update defaults.inc

This commit is contained in:
2019-02-27 10:44:39 -06:00
parent d87c3b8040
commit df53d812eb

View File

@@ -4,9 +4,9 @@ VERS='3.02112019'
NODEHOSTS=10.5.10.51,10.5.10.52,10.5.10.53
WEBHOSTS=10.5.10.120,10.5.10.121
PRIMARYHOST=10.5.10.51
NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale
NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale,postgresql
NODESERVICES_CHECK=mysql,haproxy,keepalived,maxscale
WEBSERVICES_CHECK=nginx,gitea
WEBSERVICES_CHECK=nginx,gitea,postgresql
noheader=' service status-check nightlyrenew backup report check checkcerts '
CERT_DAEMON='/usr/bin/certbot'
FOLDER=/opt/idssys/nodemgmt
@@ -26,6 +26,7 @@ unset IFS
declare -A NM_SERVICES
NM_SERVICES['mysql']='MySQL'
NM_SERVICES['postgresql']='PostgreSQL'
NM_SERVICES['nginx']='NGINX'
NM_SERVICES['gogs']='Gogs'
NM_SERVICES['gitea']='Gitea'