uninstall_prometheus.yaml 313 B

123456789101112
  1. ---
  2. - name: delete router-metrics cluster role
  3. oc_obj:
  4. state: absent
  5. kind: clusterrole
  6. name: router-metrics
  7. # remove namespace - This will delete all the objects inside the namespace
  8. - name: Remove prometheus project
  9. oc_project:
  10. state: absent
  11. name: "{{ openshift_prometheus_namespace }}"