added back ansible playbook to vmme service; accidentally removed it in the last
commit

Change-Id: Ia9d44b4d029237ec0f62d4d395b19ad3c3ed6ca4
(cherry picked from commit c2c0d345809b4ca4fe2965b652c92b4bfdc1c6dc)
diff --git a/xos/synchronizer/steps/vmmetenant_playbook.yaml b/xos/synchronizer/steps/vmmetenant_playbook.yaml
new file mode 100644
index 0000000..0271cdc
--- /dev/null
+++ b/xos/synchronizer/steps/vmmetenant_playbook.yaml
@@ -0,0 +1,10 @@
+--- 
+- hosts: {{ instance_name }} 
+  gather_facts: False 
+  connection: ssh 
+  user: ubuntu 
+  sudo: yes 
+  tasks: 
+ 
+  - name: write message 
+    shell: echo "{{ tenant_message }}" > /var/tmp/index.html