Move: WRK installation into ansible
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / main.yaml
index 8e71800..24f433f 100644 (file)
@@ -1,6 +1,9 @@
----\r
-# file: roles/tg/tasks/main.yaml\r
-\r
-- name: Ubuntu specific\r
-  import_tasks: ubuntu_x86_64.yaml\r
-  when: ansible_distribution|lower == 'ubuntu' and ansible_machine == 'x86_64'\r
+---
+# file: roles/tg/tasks/main.yaml
+
+- name: Install distribution - release - machine prerequisites
+  include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml'
+
+- name: Install WRK
+  include_tasks: 'wrk.yaml'
+  tags: install-wrk