summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cfme/uninstall.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-06-15 15:05:41 -0400
committerGitHub <noreply@github.com>2017-06-15 15:05:41 -0400
commit1ded13614039e408c81520020b5dccf3523915a4 (patch)
tree7a70c321962053c319f46bd2a73d5e7d5fd1174a /playbooks/common/openshift-cfme/uninstall.yml
parent0862f7b6f1448d6ea1fe6c836b3ba1de0afb4485 (diff)
parent39e3ae639217738e3ffbb7e90a1e8940bc840798 (diff)
downloadopenshift-1ded13614039e408c81520020b5dccf3523915a4.tar.gz
openshift-1ded13614039e408c81520020b5dccf3523915a4.tar.bz2
openshift-1ded13614039e408c81520020b5dccf3523915a4.tar.xz
openshift-1ded13614039e408c81520020b5dccf3523915a4.zip
Merge pull request #4041 from tbielawa/cfme
CFME as an OpenShift Pod
Diffstat (limited to 'playbooks/common/openshift-cfme/uninstall.yml')
-rw-r--r--playbooks/common/openshift-cfme/uninstall.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cfme/uninstall.yml b/playbooks/common/openshift-cfme/uninstall.yml
new file mode 100644
index 000000000..78b8e7668
--- /dev/null
+++ b/playbooks/common/openshift-cfme/uninstall.yml
@@ -0,0 +1,8 @@
+---
+- name: Uninstall CFME
+ hosts: masters
+ tasks:
+ - name: Run the CFME Uninstall Role Tasks
+ include_role:
+ name: openshift_cfme
+ tasks_from: uninstall