From f8d24abd4ce415bd11cf70e1c0e26591c418fcd7 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Mon, 8 Feb 2021 09:23:58 +0800 Subject: 修改自检部署脚本位置 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adc_deploy.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/adc_deploy.yml b/adc_deploy.yml index a6aaab4..6d3f631 100644 --- a/adc_deploy.yml +++ b/adc_deploy.yml @@ -29,6 +29,8 @@ - {role: adc_exporter, tags: adc_exporter} # - {role: switch_control, tags: switch_control} - {role: tsg-env-patch, tags: tsg-env-patch} + - {role: docker-env, tags: docker-env} + - {role: tsg-diagnose, tags: tsg-diagnose} - hosts: adc_mcn1 remote_user: root @@ -44,6 +46,7 @@ - {role: adc_exporter, tags: adc_exporter} # - {role: switch_control, tags: switch_control} - {role: tsg-env-patch, tags: tsg-env-patch} + - {role: tsg-diagnose_sync_ca, tags: tsg-diagnose_sync_ca} - hosts: adc_mcn2 remote_user: root @@ -59,6 +62,7 @@ - {role: adc_exporter, tags: adc_exporter} # - {role: switch_control, tags: switch_control} - {role: tsg-env-patch, tags: tsg-env-path} + - {role: tsg-diagnose_sync_ca, tags: tsg-diagnose_sync_ca} - hosts: adc_mcn3 remote_user: root @@ -73,19 +77,6 @@ # - {role: adc_exporter, tags: adc_exporter} - {role: switch_control, tags: switch_control} - {role: tsg-env-patch, tags: tsg-env-patch} - -- hosts: adc_mcn0 - remote_user: root - roles: - - {role: docker-env, tags: docker-env} - - {role: tsg-diagnose, tags: tsg-diagnose} - -- hosts: - - adc_mcn1 - - adc_mcn2 - - adc_mcn3 - remote_user: root - roles: - {role: tsg-diagnose_sync_ca, tags: tsg-diagnose_sync_ca} - hosts: adc_mcn0 -- cgit v1.2.3