Update defaults.inc
This commit is contained in:
@@ -5,7 +5,7 @@ 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_CHECK=mysql,haproxy,keepalived,maxscale
|
||||
NODESERVICES_CHECK=nginx,gitea,mysql,haproxy,keepalived,maxscale
|
||||
WEBSERVICES_CHECK=nginx,gitea
|
||||
noheader=' service status-check nightlyrenew backup report check checkcerts '
|
||||
CERT_DAEMON='/usr/bin/certbot'
|
||||
@@ -58,7 +58,7 @@ REPL_CHECKS['git']='/var/lib/gitea'
|
||||
REPL_CHECKS['gitssh']='/home/git'
|
||||
|
||||
NODE_REPL_CHECK=(ssl)
|
||||
WEB_REPL_CHECK=(nginx php www git gitssh)
|
||||
WEB_REPL_CHECK=(nginx ssl php www git gitssh)
|
||||
|
||||
declare -A REPL_DESC
|
||||
REPL_DESC['nginx']='NGINX Settings'
|
||||
|
||||
Reference in New Issue
Block a user