aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-contiv.yaml
blob: 553ac937a59531e704a011abbcca1936c7ce9d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
---

- name: Delete Contiv
  k8s:
    state: absent
    definition: '{{ item }}'
  with_items: '{{ lookup("url", "https://raw.githubusercontent.com/contiv/vpp/v3.4.2/k8s/contiv-vpp.yaml", split_lines=False) | from_yaml_all | list }}'
  when: item is not none