CORD-1000 Build and publish XOS images on corddev

Change-Id: I10f9a41220ac42e412b0fb90d574d17556c2c4e8
diff --git a/cord-profile-playbook.yml b/cord-profile-playbook.yml
new file mode 100644
index 0000000..7e7d9df
--- /dev/null
+++ b/cord-profile-playbook.yml
@@ -0,0 +1,16 @@
+---
+# cord-profile-playbook.yml
+
+- name: Include vars
+  hosts: all
+  tasks:
+    - name: Include variables
+      include_vars: "{{ item }}"
+      with_items:
+        - "profile_manifests/{{ cord_profile }}.yml"
+        - profile_manifests/local_vars.yml
+
+- name: Create CORD profile and copy Glance images
+  hosts: head
+  roles:
+    - cord-profile