summaryrefslogtreecommitdiff
path: root/uninstall/uninstall_tsg.yml
blob: 0a3d730eb29619b7b893e8f68a7aa9efb2bbe35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
- 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