summaryrefslogtreecommitdiffstats
path: root/roles/contiv/tasks/main.yml
blob: cb9196a71431b7f0eb7985e4ec40c232c437463d (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_tasks: download_bins.yml

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

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