ffdbbcc860810b7472dffc44afd83c2a5e676629
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / main.yaml
1 ---\r
2 # file: roles/sut/tasks/main.yaml\r
3 \r
4 - name: Ubuntu specific\r
5   import_tasks: ubuntu_x86_64.yaml\r
6   when: ansible_distribution|lower == 'ubuntu' and ansible_machine == 'x86_64'\r
7 \r
8 - name: Copy 80-vpp.conf\r
9   file:\r
10     src: '/dev/null'\r
11     dest: '/etc/sysctl.d/80-vpp.conf'\r
12     state: 'link'\r
13   become: yes\r
14   tags: copy-80-vpp\r