aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/deploy-flannel.yml
blob: 367d682fb9f040a3d3e03b3cf3c8e6ca121a6f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
---

- name: Clean flannel
  import_tasks: clear-flannel.yml

- name: Deploy Kube-flannel
  k8s:
    state: present
    definition: "{{ lookup('file', 'kube-flannel-daemonset.yml') }}"
    wait: yes