Backport CRC checking from master
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / main.yaml
1 ---
2 # file: roles/sut/tasks/main.yaml
3
4 - name: Install distribution - release - machine prerequisites
5   include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
6   tags: [ install-csit-dependencies, install-kernel-image ]
7
8 - name: Copy 80-vpp.conf
9   file:
10     src: '/dev/null'
11     dest: '/etc/sysctl.d/80-vpp.conf'
12     state: 'link'
13   become: yes
14   tags: copy-80-vpp
15
16 - name: Install DPDK
17   include_tasks: 'dpdk.yaml'
18   tags: install-dpdk