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

- name: Clear Multus
  include: clear-multus.yml

- name: Deploy Multus
  k8s:
    state: present
    definition: "{{ lookup('file', 'multus-daemonset.yml') }}"