Add vagrant setup for testing VPP device locally
[csit.git] / resources / tools / vagrant / ansible / vppdevice.yml
diff --git a/resources/tools/vagrant/ansible/vppdevice.yml b/resources/tools/vagrant/ansible/vppdevice.yml
new file mode 100644 (file)
index 0000000..7c3992c
--- /dev/null
@@ -0,0 +1,6 @@
+---
+# file: vppdevice.yml
+- hosts: vppdevice
+  roles:
+    - common
+    - csit
\ No newline at end of file