This commit is contained in:
zhangzhihan
2020-09-25 12:12:25 +08:00
parent 4177c779ef
commit b57e742be8
41 changed files with 638 additions and 1561 deletions

View File

@@ -1,7 +1,29 @@
- hosts: uninstall_server
remote_user: root
roles:
- uninstall_server
- 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
- 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
@@ -9,7 +31,26 @@
- hosts: uninstall_adc_mcn0
remote_user: root
roles:
- uninstall_adc_mcn0
- 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
- 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
@@ -17,7 +58,17 @@
- hosts: uninstall_adc_mcn123
remote_user: root
roles:
- uninstall_adc_mcn123
- 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