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_rpm_node-exporter.yml
fumingwei cf2e80c4d7 1.backup origin deploy.yml to backup_deploy_yml_file
2.merge small task file to one directory
2020-11-27 16:56:49 +06:00

8 lines
144 B
YAML

- hosts: adc_mxn
remote_user: root
tasks:
- name: remove the node-exporter
yum:
name: node-exporter
state: absent