Ansible: Intel driver compatibility matrix
[csit.git] / fdio.infra.ansible / vagrant.yaml
1 ---
2 # file: vagrant.yaml
3
4 - hosts: vagrant
5   remote_user: vagrant
6   become: true
7   become_user: root
8   gather_facts: false
9   pre_tasks:
10     - name: Gathering Facts
11       gather_facts:
12       tags:
13         - always
14   roles:
15     - role: common
16       tags: common
17     - role: python_env
18       tags: python_env
19     - role: docker
20       tags: docker
21     - role: vpp
22       tags: vpp
23     - role: vagrant
24       tags: vagrant