ansible profile

Change-Id: I6c577b6852b4b53812c4ddca6dc83b042caefe30
diff --git a/cord-pod-ansible/ansible.cfg b/cord-pod-ansible/ansible.cfg
new file mode 100644
index 0000000..0189b86
--- /dev/null
+++ b/cord-pod-ansible/ansible.cfg
@@ -0,0 +1,7 @@
+[ssh_connection]
+ssh_args=-o ControlMaster=no
+
+[defaults]
+callback_whitelist = profile_tasks
+host_key_checking = false
+forks=20