Break into smaller tasks for easier restart of bad install

Change-Id: Ia255d7b8ca4b0e0b26873853d3c108c4bb70b47a
diff --git a/cord-automation.yml b/cord-automation.yml
new file mode 100644
index 0000000..234785a
--- /dev/null
+++ b/cord-automation.yml
@@ -0,0 +1,22 @@
+---
+# Installs the automation scripts used by MaaS to provision nodes.
+
+- name: Include vars
+  hosts: all
+  tasks:
+    - name: Include variables
+      include_vars: "{{ item }}"
+      with_items:
+        - vars/cord_defaults.yml
+        - vars/cord.yml
+        - vars/example_keystone.yml
+
+- name: Set up Automated Compute Node Provisioning
+  hosts: head
+  roles:
+    - { role: automation-integration, when: on_maas }
+
+- name: Prologue
+  hosts: head
+  roles:
+    - head-prologue