X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Ftg%2Ftasks%2Fmain.yaml;h=0b320025453765ee81c2a205e37f5400bd0ca0d8;hb=891f932d2c0928038c7cb77f96ecad6e12c0e81f;hp=54001a7272f86b9c7fdbeb62c56505ea786ff179;hpb=61ef529d33efd51acd1b1986c325d25a9d7ba705;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml b/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml index 54001a7272..0b32002545 100644 --- a/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml +++ b/resources/tools/testbed-setup/ansible/roles/tg/tasks/main.yaml @@ -1,6 +1,14 @@ --- # file: roles/tg/tasks/main.yaml -- name: Ubuntu specific - import_tasks: ubuntu_x86_64.yaml - when: ansible_distribution|lower == 'ubuntu' and ansible_machine == 'x86_64' +- name: Install distribution - release - machine prerequisites + include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml' + tags: install-csit-dependencies + +- name: Install WRK + include_tasks: 'wrk.yaml' + tags: install-wrk + +- name: Install TRex + include_tasks: 'trex.yaml' + tags: install-trex