Update defaults.inc

This commit is contained in:
2019-02-13 09:22:18 -06:00
parent f6d13447e9
commit 6d5a963b3f

View File

@@ -3,7 +3,7 @@
VERS='3.02112019'
NODEHOSTS=10.5.10.51,10.5.10.52,10.5.10.53
PRIMARYHOST=10.5.10.51
NODESERVICES=mysql,nginx,gitea,haproxy,keepalived,maxscale
NODESERVICES=mysql,nginx,gitea,powerdns-admin,haproxy,keepalived,maxscale
noheader=' service status-check nightlyrenew backup report check checkcerts '
CERT_DAEMON='/usr/bin/certbot'
FOLDER=/opt/idssys/nodemgmt
@@ -23,6 +23,7 @@ NM_SERVICES['mysql']='MySQL'
NM_SERVICES['nginx']='NGINX'
NM_SERVICES['gogs']='Gogs'
NM_SERVICES['gitea']='Gitea'
NM_SERVICES['powerdns-admin']='PowerDNS-Admin'
NM_SERVICES['haproxy']='HAProxy'
NM_SERVICES['keepalived']='Keepalived'
NM_SERVICES['maxscale']='MaxScale'