update
This commit is contained in:
@@ -9,3 +9,12 @@ IFS=,
|
||||
NODE_HOSTS=(${NODE_HOSTS})
|
||||
NODE_SERVICES=(${NODE_SERVICES})
|
||||
unset IFS
|
||||
|
||||
declare -A idsNMservices
|
||||
idsNMservices[mysql]='MySQL'
|
||||
idsNMservices[nginx]='NGINX'
|
||||
idsNMservices[gogs]='Gogs'
|
||||
idsNMservices[gitea]='Gitea'
|
||||
idsNMservices[haproxy]='HAProxy'
|
||||
idsNMservices[keepalived]='Keepalived'
|
||||
idsNMservices[maxscale]='MaxScale'
|
||||
|
||||
Reference in New Issue
Block a user