From 3de29f6d5a3017b57c553c5e2fb63a50994df840 Mon Sep 17 00:00:00 2001 From: Mangirdas 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 ++++++++ playbooks/openshift-prometheus/uninstall.yml | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 playbooks/openshift-prometheus/private/uninstall.yml create mode 100644 playbooks/openshift-prometheus/uninstall.yml (limited to 'playbooks/openshift-prometheus') 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 -- cgit v1.2.3