diff options
| author | zhangzhihan <[email protected]> | 2020-09-21 18:33:10 +0800 |
|---|---|---|
| committer | zhangzhihan <[email protected]> | 2020-09-21 18:33:10 +0800 |
| commit | 05b56cb4ec1aa29f036b2cc3eba3b6adf9c676ee (patch) | |
| tree | a4ccd574a226acddeba92ad6e26ef15fdb01b5a6 /deploy.yml | |
| parent | 27d3231a6e1a5132a46d8f5920e9acd81d325b0d (diff) | |
update
Diffstat (limited to 'deploy.yml')
| -rw-r--r-- | deploy.yml | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -22,7 +22,7 @@ - certstore - cert-redis - telegraf_statistic - - tsg_device_tag +# - tsg_device_tag - hosts: adc_mcn1 remote_user: root @@ -60,6 +60,24 @@ - mrzcpd - tfe +- hosts: adc_mcn0 + remote_user: root + roles: + - tsg-diagnose + +- hosts: + - adc_mcn1 + - adc_mcn2 + - adc_mcn3 + remote_user: root + roles: + - tsg-diagnose_sync_ca + +- hosts: adc_mcn0 + remote_user: root + roles: + - tsg-diagnose_stop_sync + - hosts: server-as-tun-mode remote_user: root vars_files: @@ -80,4 +98,4 @@ - tfe - telegraf_statistic - proxy_status - - tsg_device_tag +# - tsg_device_tag |
