1. add tasks uninstall node-exporter rpm in mxn
This commit is contained in:
7
tasks/uninstall_rpm_node-exporter.yml
Normal file
7
tasks/uninstall_rpm_node-exporter.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- hosts: adc_mxn
|
||||
remote_user: root
|
||||
tasks:
|
||||
- name: remove the node-exporter
|
||||
yum:
|
||||
name: node-exporter
|
||||
state: absent
|
||||
Reference in New Issue
Block a user