diff options
Diffstat (limited to 'deploy.yml')
| -rw-r--r-- | deploy.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/deploy.yml b/deploy.yml new file mode 100644 index 0000000..68310ab --- /dev/null +++ b/deploy.yml @@ -0,0 +1,20 @@ +- hosts: UI_server + roles: + - maat-redis + +- hosts: cluster_server + roles: + - consul-cluster + - influxdb + - minio + +- hosts: blade-mxn + roles: + - consul-external + +- hosts: blade-00 + roles: + - consul-internal + - telegraf + - influxdb + - grafana |
