This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/uninstall/uninstall_tsg.yml
2020-10-16 16:57:20 +08:00

77 lines
1.5 KiB
YAML

- hosts: uninstall_server
remote_user: root
roles:
- backup_framework_config
- backup_marsio_config
- backup_sapp_config
- backup_tfe_config
- backup_tsgenv_config
- kernel
- marsio
- kni
- tsg_app
- tsg_master
- firewall
- sapp
- tfe
- certstore
- cert_redis
- clotho
- packet_dump
- http_healthcheck
- framework
- telegraf_statistic
- remove_files
- remove_framework_files
- remove_marsio_files
- remove_tfe_files
vars_files:
- uninstall_config/group_vars/uninstall_vars.yml
- roles/package_list/20.09.yml
- hosts: uninstall_adc_mcn0
remote_user: root
roles:
- backup_framework_config
- backup_marsio_config
- backup_sapp_config
- backup_tsgenv_config
- kernel
- marsio
- kni
- tsg_app
- tsg_master
- firewall
- sapp
- certstore
- cert_redis
- clotho
- packet_dump
- http_healthcheck
- framework
- telegraf_statistic
- remove_files
- remove_framework_files
- remove_marsio_files
vars_files:
- uninstall_config/group_vars/uninstall_vars.yml
- roles/package_list/20.09.yml
- hosts: uninstall_adc_mcn123
remote_user: root
roles:
- backup_framework_config
- backup_marsio_config
- backup_tfe_config
- backup_tsgenv_config
- kernel
- marsio
- tfe
- framework
- remove_framework_files
- remove_marsio_files
- remove_tfe_files
vars_files:
- uninstall_config/group_vars/uninstall_vars.yml
- roles/package_list/20.09.yml