From 3de29f6d5a3017b57c553c5e2fb63a50994df840 Mon Sep 17 00:00:00 2001
From: Mangirdas <m.judeikis@gmail.com>
Date: Sat, 27 Jan 2018 08:05:31 +0000
Subject: Rebase Prometheus example for new scrape endpoints and expose alert
 manager

---
 playbooks/openshift-prometheus/private/uninstall.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 playbooks/openshift-prometheus/private/uninstall.yml

(limited to 'playbooks/openshift-prometheus/private')

diff --git a/playbooks/openshift-prometheus/private/uninstall.yml b/playbooks/openshift-prometheus/private/uninstall.yml
new file mode 100644
index 000000000..2df39c2a8
--- /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
-- 
cgit v1.2.3