Install also sshpass tin centos bootstraps
[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: Taishan aarch64 specific
9   import_tasks: taishan_workaround.yaml
10   when: taishan_workaround is defined
11
12 - name: Copy 80-vpp.conf
13   file:
14     src: '/dev/null'
15     dest: '/etc/sysctl.d/80-vpp.conf'
16     state: 'link'
17   become: yes
18   tags: copy-80-vpp
19
20 - name: Install DPDK
21   include_tasks: 'dpdk.yaml'
22   tags: install-dpdk