This commit is contained in:
2019-01-29 19:39:55 -06:00
parent 55c92f9618
commit 613c4662f8
3 changed files with 18 additions and 41 deletions

View File

@@ -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'