diff options
| author | zhangzhihan <[email protected]> | 2020-09-23 14:07:56 +0800 |
|---|---|---|
| committer | zhangzhihan <[email protected]> | 2020-09-23 14:07:56 +0800 |
| commit | c84cf9fa02f71279f6f157a12318ccab7bbc82e1 (patch) | |
| tree | 0299fef8fa8744b3f61fea469b2790140905ccfa /deploy.yml | |
| parent | 37dab8e8425a98a9ddc72ddf1c635de2fdaac514 (diff) | |
update
Diffstat (limited to 'deploy.yml')
| -rw-r--r-- | deploy.yml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -17,6 +17,7 @@ - tsg_master - kni - firewall + - tsg_app - http_healthcheck - clotho - certstore @@ -91,6 +92,7 @@ - tsg_master - kni - firewall + - tsg_app - http_healthcheck - clotho - certstore @@ -99,3 +101,10 @@ - telegraf_statistic - proxy_status # - tsg_device_tag + +- hosts: app_global + remote_user: root + vars_files: + - install_config/group_vars/app_global.yml + roles: + - app_global |
