ansible profile

Change-Id: I6c577b6852b4b53812c4ddca6dc83b042caefe30
diff --git a/cord-pod-ansible/cord-pod-stop-playbook.yaml b/cord-pod-ansible/cord-pod-stop-playbook.yaml
new file mode 100644
index 0000000..6e93c50
--- /dev/null
+++ b/cord-pod-ansible/cord-pod-stop-playbook.yaml
@@ -0,0 +1,12 @@
+---
+
+- name: Include vars
+  hosts: head
+  tasks:
+    - include_vars: vars/cord-pod_defaults.yml
+
+- name: Stop
+  hosts: head
+  roles:
+    - stop
+