1.modify almaty and NurSultan redis config

2.add unistall role:
This commit is contained in:
fumingwei
2020-11-03 11:58:05 +06:00
parent 8ec3ebcf6f
commit d21157a824
6 changed files with 19 additions and 6 deletions

View File

@@ -40,6 +40,7 @@
- http_healthcheck
- redis
- cert-redis
- maat-redis
- certstore
- telegraf_statistic
# - tsg_device_tag

View File

@@ -15,13 +15,13 @@ maat_redis_city_server:
port: 7002
maat_redis_server:
address: "192.168.100.4"
address: "192.168.100.1"
port: 7002
port_num: 1
db: 0
dynamic_maat_redis_server:
address: "192.168.100.4"
address: "192.168.100.1"
port: 7002
port_num: 1
db: 1

View File

@@ -40,6 +40,7 @@
- http_healthcheck
- redis
- cert-redis
- maat-redis
- certstore
- telegraf_statistic
# - tsg_device_tag
@@ -77,8 +78,6 @@
- kernel-ml
# - tsg-env-mcn3
- telegraf_collect
- redis
- maat-redis
- mrzcpd
- tfe

View File

@@ -15,13 +15,13 @@ maat_redis_city_server:
port: 7002
maat_redis_server:
address: "192.168.100.4"
address: "192.168.100.1"
port: 7002
port_num: 1
db: 0
dynamic_maat_redis_server:
address: "192.168.100.4"
address: "192.168.100.1"
port: 7002
port_num: 1
db: 1

View File

@@ -0,0 +1,9 @@
- name: stop tsg-diagnose
systemd:
name: tsg-diagnose
state: stopped
- name: remove the tsg-diagnose
yum:
name: tsg-diagnose
state: absent

4
uninstall_process.yml Normal file
View File

@@ -0,0 +1,4 @@
- hosts: adc_mcn0
remote_user: root
roles:
- tsg-diagnose-uninstall