uninstall_grafana.yaml 189 B

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