summaryrefslogtreecommitdiff
path: root/tsg-201907-uninstall.yml
diff options
context:
space:
mode:
authorzhangzhihan <[email protected]>2020-04-03 17:17:15 +0800
committerzhangzhihan <[email protected]>2020-04-03 17:17:15 +0800
commit2cdb69e41061f2bb49cd5c9f173c387484bc364e (patch)
tree23dbaa0e2f886c4688319b838995776a330317c4 /tsg-201907-uninstall.yml
parentbeb4590a5d1576af6e839423d6235734b1dd97e1 (diff)
删除过期文件master
Diffstat (limited to 'tsg-201907-uninstall.yml')
-rw-r--r--tsg-201907-uninstall.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/tsg-201907-uninstall.yml b/tsg-201907-uninstall.yml
deleted file mode 100644
index 3cc027a..0000000
--- a/tsg-201907-uninstall.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-- hosts: all
- tasks:
- - name: "empty rc.local"
- copy:
- src: rc.local
- dest: /etc/rc.d/rc.local
- mode: 755
-
-- hosts: Functional_Host
- tasks:
- - name: "remove framework rpms"
- yum:
- name: framework
- state: absent
- - name: "remove framework files"
- file:
- path: /opt/MESA/
- state: absent
- force: 1
-
-- hosts: blade-00
- tasks:
- - name: "remove certstore"
- file:
- path: /home/tsg/certstore-base/
- state: absent
- force: 1
-
- - name: "remove kni"
- file:
- path: /home/tsg/kni/
- state: absent
- force: 1
-
-- hosts: Slave_Host
- tasks:
- - name: "remove tfe rpms"
- yum:
- name:
- - tfe
- - tfe-kmod
- state: absent
-
- - name: "remove tfe"
- file:
- path: /home/tsg/tfe
- state: absent
- force: 1