summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-prometheus/private/uninstall.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/openshift-prometheus/private/uninstall.yml')
-rw-r--r--playbooks/openshift-prometheus/private/uninstall.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/openshift-prometheus/private/uninstall.yml b/playbooks/openshift-prometheus/private/uninstall.yml
new file mode 100644
index 000000000..b01f7f988
--- /dev/null
+++ b/playbooks/openshift-prometheus/private/uninstall.yml
@@ -0,0 +1,8 @@
+---
+- name: Uninstall Prometheus
+ hosts: masters[0]
+ tasks:
+ - name: Run the Prometheus Uninstall Role Tasks
+ include_role:
+ name: openshift_prometheus
+ tasks_from: uninstall_prometheus