Vagrant-Ansible scripts for tutorial vm

Change-Id: I0481fa9c7df897812a765973440b6b1b2bf669f8
diff --git a/tools/dev/vagrant/ansible/onos-dev-clean.yml b/tools/dev/vagrant/ansible/onos-dev-clean.yml
new file mode 100644
index 0000000..b134c32
--- /dev/null
+++ b/tools/dev/vagrant/ansible/onos-dev-clean.yml
@@ -0,0 +1,16 @@
+---
+#
+# Installs Java, configures ONOS bridges and LXC
+#
+- name: Include vars
+  hosts: localhost
+  tasks:
+  - include_vars: vars/global_vars.yml
+
+- hosts: localhost
+  remote_user: vagrant
+  serial: 1
+  roles:
+    - brctl
+    - java8-oracle
+    - lxc
\ No newline at end of file