Vagrant-Ansible scripts for tutorial vm

Change-Id: I0481fa9c7df897812a765973440b6b1b2bf669f8
diff --git a/tools/dev/vagrant/ansible/onos-install.yml b/tools/dev/vagrant/ansible/onos-install.yml
new file mode 100644
index 0000000..fea4259
--- /dev/null
+++ b/tools/dev/vagrant/ansible/onos-install.yml
@@ -0,0 +1,14 @@
+---
+#
+# Installs and compiles ONOS
+#
+- name: Include vars
+  hosts: localhost
+  tasks:
+  - include_vars: vars/global_vars.yml
+
+- hosts: localhost
+  remote_user: vagrant
+  serial: 1
+  roles:
+    - onos-install
\ No newline at end of file