diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-04-28 13:44:54 -0400 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-06-14 15:17:01 -0400 |
commit | e1a91973650a26859d1d02449ac35b1946746392 (patch) | |
tree | 234d847f3374b349e531e0d0e0c9ea95e35e5128 /playbooks/common/openshift-cfme/uninstall.yml | |
parent | cf81c53e8b747603ba6599f8c9fbdf50feff4c88 (diff) | |
download | openshift-e1a91973650a26859d1d02449ac35b1946746392.tar.gz openshift-e1a91973650a26859d1d02449ac35b1946746392.tar.bz2 openshift-e1a91973650a26859d1d02449ac35b1946746392.tar.xz openshift-e1a91973650a26859d1d02449ac35b1946746392.zip |
First POC of a CFME turnkey solution in openshift-anisble
Diffstat (limited to 'playbooks/common/openshift-cfme/uninstall.yml')
-rw-r--r-- | playbooks/common/openshift-cfme/uninstall.yml | 8 |
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 |