diff options
| author | fumingwei <[email protected]> | 2021-02-08 09:23:58 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2021-02-08 09:23:58 +0800 |
| commit | f8d24abd4ce415bd11cf70e1c0e26591c418fcd7 (patch) | |
| tree | ddfbace06e82547f8dfeb15f58cfc44dbdc39d3c | |
| parent | bd3bcd1e91b6fa1af512c52d4d6a7c9fbcabd4fe (diff) | |
修改自检部署脚本位置tsg-version21.02-deploy
| -rw-r--r-- | adc_deploy.yml | 17 |
1 files 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 |
