Playbook for removing a broken OpenStack install

Change-Id: I2b3a5daade84446b06f63cbfefd994e41ea0ee2d
diff --git a/teardown-openstack-playbook.yml b/teardown-openstack-playbook.yml
new file mode 100644
index 0000000..9d15aa9
--- /dev/null
+++ b/teardown-openstack-playbook.yml
@@ -0,0 +1,16 @@
+---
+# teardown-openstack-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: Teardown CORD profile
+  hosts: head
+  roles:
+   - teardown-openstack