Vagrant-Ansible scripts for tutorial vm

Change-Id: I0481fa9c7df897812a765973440b6b1b2bf669f8
diff --git a/tools/dev/vagrant/ansible/gui.yml b/tools/dev/vagrant/ansible/gui.yml
new file mode 100644
index 0000000..6d3148e
--- /dev/null
+++ b/tools/dev/vagrant/ansible/gui.yml
@@ -0,0 +1,15 @@
+---
+#
+# Installs the GUI and does customizations, such as changing the background.
+#
+- name: Include vars
+  hosts: localhost
+  tasks:
+  - include_vars: vars/global_vars.yml
+
+- hosts: localhost
+  remote_user: vagrant
+  serial: 1
+  roles:
+    - gui
+    - gui-customization
\ No newline at end of file