summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-prometheus/private/uninstall.yml
blob: b01f7f9885f4f33ee607ae021feee5b160fbade0 (plain)
1
2
3
4
5
6
7
8
---
- name: Uninstall Prometheus
  hosts: masters[0]
  tasks:
  - name: Run the Prometheus Uninstall Role Tasks
    include_role:
      name: openshift_prometheus
      tasks_from: uninstall_prometheus