diff options
| author | zhangzhihan <[email protected]> | 2020-09-25 15:24:41 +0800 |
|---|---|---|
| committer | zhangzhihan <[email protected]> | 2020-09-25 15:24:41 +0800 |
| commit | 03b37a86d85ac51fb91ff2dbbeb5f5d631203b09 (patch) | |
| tree | 5b698e77ce745415ab848a854ee47f9f70638b89 /deploy.yml | |
| parent | 5aba47de31c319001561f79fd2e130f864f5ed65 (diff) | |
update
Diffstat (limited to 'deploy.yml')
| -rw-r--r-- | deploy.yml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -79,6 +79,17 @@ roles: - tsg-diagnose_stop_sync +- hosts: + - adc_mcn0 + - adc_mcn1 + - adc_mcn2 + - adc_mcn3 + remote_user: root + roles: + - reboot + vars_files: + - install_config/group_vars/adc_global.yml + - hosts: server-as-tun-mode remote_user: root vars_files: @@ -101,6 +112,7 @@ - telegraf_statistic - proxy_status # - tsg_device_tag + - reboot - hosts: app_global remote_user: root |
