summaryrefslogtreecommitdiffstats
path: root/roles/contiv/tasks/main.yml
blob: 40a0f9e613d4882743ebbff81b8aa245f3b76d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: Ensure bin_dir exists
  file:
    path: "{{ bin_dir }}"
    recurse: yes
    state: directory

- include: download_bins.yml

- include: netmaster.yml
  when: contiv_role == "netmaster"

- include: netplugin.yml
  when: contiv_role == "netplugin"