Add script files of test and spdk-ansible for SPDK
[stor4nfv.git] / src / spdk / ansible / site.yml
diff --git a/src/spdk/ansible/site.yml b/src/spdk/ansible/site.yml
new file mode 100644 (file)
index 0000000..4742181
--- /dev/null
@@ -0,0 +1,11 @@
+---
+
+- name: install spdk
+  become: True
+  hosts: all
+  gather_facts: False
+  vars_files:
+    - group_vars/common.yml
+  tasks:
+    - include_tasks: tasks/install.yml
+