From 50d1d8284e295e42d8b8e556b23c1566e34fb309 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Thu, 17 Jun 2021 11:21:59 +0800 Subject: [PATCH] =?UTF-8?q?7400=20adapt:=E5=9C=A8ansible=E7=9A=84tsg=5F740?= =?UTF-8?q?0=5Fdeploy.yml=E4=B8=AD=E5=A2=9E=E5=8A=A0docker=EF=BC=8Cframewo?= =?UTF-8?q?rk=EF=BC=8Credis=EF=BC=8Ccertstore=EF=BC=8Ctelegraf=5Fstatistic?= =?UTF-8?q?=EF=BC=8Cexporter=E7=AD=89role?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/tsg_7400_deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ansible/tsg_7400_deploy.yml b/ansible/tsg_7400_deploy.yml index 1916a10a..5abc3e38 100644 --- a/ansible/tsg_7400_deploy.yml +++ b/ansible/tsg_7400_deploy.yml @@ -9,8 +9,14 @@ - {role: system-init-7400-mcn0, tags: system-init-7400-mcn0} - {role: tsg_device_tag, tags: tsg_device_tag} - {role: tsg_sn, tags: tsg_sn} + - {role: docker, tags: docker} + - {role: framework, tags: framework} - {role: tsg_master, tags: tsg_master} - {role: tsg_app, tags: tsg_app} + - {role: redis, tags: redis} + - {role: certstore, tags: certstore} + - {role: telegraf_statistic, tags: telegraf_statistic} + - {role: exporter, tags: exporter} - {role: tsg-diagnose, tags: tsg-diagnose} - hosts: 7400-MCN123-P01R01 @@ -23,5 +29,6 @@ - {role: system-init, tags: system-init} - {role: system-init-7400-mcn123, tags: system-init-7400-mcn123} - {role: tsg_device_tag, tags: tsg_device_tag} + - {role: exporter, tags: exporter} - {role: tsg_sn, tags: tsg_sn} - {role: tfe, tags: tfe} \ No newline at end of file