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/uninstall_tsg_master.yml
2021-04-27 15:11:55 +08:00

16 lines
400 B
YAML

- hosts:
- adc_mcn0
remote_user: root
tasks:
- name: "uninstall tsg-diagnose: stop tsg-diagnose.service"
systemd:
name: "{{ item }}"
state: stopped
enabled: no
with_items:
- tsg-diagnose.service
- name: "uninstall tsg_master: uninstall tsg-diagnose rpm package"
yum:
name: tsg-diagnose
state: absent