Vagrant-Ansible scripts for tutorial vm

Change-Id: I0481fa9c7df897812a765973440b6b1b2bf669f8
diff --git a/tools/dev/vagrant/ansible/onos-tutorials.yml b/tools/dev/vagrant/ansible/onos-tutorials.yml
new file mode 100644
index 0000000..f81b6a0
--- /dev/null
+++ b/tools/dev/vagrant/ansible/onos-tutorials.yml
@@ -0,0 +1,17 @@
+---
+#
+# Installs the ONOS tutorials
+#
+- name: Include vars
+  hosts: localhost
+  tasks:
+  - include_vars: vars/global_vars.yml
+
+- hosts: localhost
+  remote_user: vagrant
+  serial: 1
+  roles:
+    - tutorial-common
+    - tutorial-sdnip
+    - tutorial-optical
+    - tutorial-distributed
\ No newline at end of file