summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-prometheus
diff options
context:
space:
mode:
authorMangirdas <m.judeikis@gmail.com>2018-01-27 08:05:31 +0000
committerMangirdas <m.judeikis@gmail.com>2018-01-28 08:38:36 +0000
commit3de29f6d5a3017b57c553c5e2fb63a50994df840 (patch)
tree8d19dd62d0375ce989751e612f32486b72e82e9c /playbooks/openshift-prometheus
parenta24ccff0423ca25bfcb1a3d9f79470aae5948d66 (diff)
downloadopenshift-3de29f6d5a3017b57c553c5e2fb63a50994df840.tar.gz
openshift-3de29f6d5a3017b57c553c5e2fb63a50994df840.tar.bz2
openshift-3de29f6d5a3017b57c553c5e2fb63a50994df840.tar.xz
openshift-3de29f6d5a3017b57c553c5e2fb63a50994df840.zip
Rebase Prometheus example for new scrape endpoints and expose alert manager
Diffstat (limited to 'playbooks/openshift-prometheus')
-rw-r--r--playbooks/openshift-prometheus/private/uninstall.yml8
-rw-r--r--playbooks/openshift-prometheus/uninstall.yml2
2 files changed, 10 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..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
diff --git a/playbooks/openshift-prometheus/uninstall.yml b/playbooks/openshift-prometheus/uninstall.yml
new file mode 100644
index 000000000..c92ade786
--- /dev/null
+++ b/playbooks/openshift-prometheus/uninstall.yml
@@ -0,0 +1,2 @@
+---
+- import_playbook: private/uninstall.yml