remove mysql

This commit is contained in:
2019-01-29 11:03:49 -06:00
parent fdce140c72
commit a39e1c6e89
3 changed files with 8 additions and 16 deletions

View File

@@ -1,3 +1,11 @@
#!/usr/bin/env bash
VERS='1.01292019'
NODE_HOSTS=10.5.10.51,10.5.10.52,10.5.10.53
NODE_SERVICES=mysql,nginx,gitea,haproxy,keepalived,maxscale
CERT_DAEMON='/usr/bin/certbot'
IFS=,
NODE_HOSTS=(${NODE_HOSTS})
NODE_SERVICES=(${NODE_SERVICES})
unset IFS