ansible profile

Change-Id: I6c577b6852b4b53812c4ddca6dc83b042caefe30
diff --git a/cord-pod-ansible/cord-pod-rm-playbook.yaml b/cord-pod-ansible/cord-pod-rm-playbook.yaml
new file mode 100644
index 0000000..74b514a
--- /dev/null
+++ b/cord-pod-ansible/cord-pod-rm-playbook.yaml
@@ -0,0 +1,11 @@
+---
+
+- name: Include vars
+  hosts: head
+  tasks:
+    - include_vars: vars/cord-pod_defaults.yml
+
+- name: rm
+  hosts: head
+  roles:
+    - rm
\ No newline at end of file