Ansible testbed setup for Taishan testbed
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / main.yaml
1 ---
2 # file: roles/sut/tasks/main.yaml
3
4 - name: Ubuntu specific
5   import_tasks: ubuntu.yaml
6   when: ansible_distribution|lower == 'ubuntu'
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