Add script files of test and spdk-ansible for SPDK
[stor4nfv.git] / src / spdk / ansible / site.yml
1 ---
2
3 - name: install spdk
4   become: True
5   hosts: all
6   gather_facts: False
7   vars_files:
8     - group_vars/common.yml
9   tasks:
10     - include_tasks: tasks/install.yml
11