From 81033d58030f9d1c1207cbfe487e0421c7cdd7be Mon Sep 17 00:00:00 2001 From: Saravanakumar Arumugam Date: Wed, 7 Feb 2018 14:52:46 +0530 Subject: uninstall playbook for GlusterFS Signed-off-by: Saravanakumar Arumugam --- playbooks/openshift-glusterfs/private/uninstall.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 playbooks/openshift-glusterfs/private/uninstall.yml (limited to 'playbooks/openshift-glusterfs/private/uninstall.yml') diff --git a/playbooks/openshift-glusterfs/private/uninstall.yml b/playbooks/openshift-glusterfs/private/uninstall.yml new file mode 100644 index 000000000..40f178f4c --- /dev/null +++ b/playbooks/openshift-glusterfs/private/uninstall.yml @@ -0,0 +1,8 @@ +--- +- name: Uninstall GlusterFS + hosts: oo_first_master + tasks: + - name: Run glusterfs uninstall role + include_role: + name: openshift_storage_glusterfs + tasks_from: uninstall.yml -- cgit v1.2.1