vsap: install ab using ansible
[csit.git] / resources / tools / testbed-setup / ansible / roles / ab / tasks / main.yaml
diff --git a/resources/tools/testbed-setup/ansible/roles/ab/tasks/main.yaml b/resources/tools/testbed-setup/ansible/roles/ab/tasks/main.yaml
new file mode 100644 (file)
index 0000000..9153198
--- /dev/null
@@ -0,0 +1,9 @@
+---
+# file: roles/ab/tasks/main.yaml
+
+- name: Install Apache ab tools
+  package:
+    name: "{{ packages | flatten(levels=1) }}"
+    state: present
+    update_cache: true
+  tags: install-ab