uninstall.yaml 195 B

1234567
  1. ---
  2. # remove namespace - This will delete all the objects inside the namespace
  3. - name: Remove prometheus project
  4. oc_project:
  5. state: absent
  6. name: "{{ openshift_prometheus_namespace }}"