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/tasks/uninstall_redis40u.yml
fumingwei 6d38d0400e 1. add task delete mrzcpd memory.conf and uninstall redis
2. modify stop telegraf_collect to delete telegraf_collect file
2020-11-17 09:55:03 +06:00

15 lines
282 B
YAML

- hosts: adc_mcn3
remote_user: root
tasks:
- name: 'redis service stop'
systemd:
name: redis
enabled: no
daemon_reload: yes
state: stopped
- name: remove the redis40u
yum:
name: redis40u
state: absent