[CORD-795]
Docker image building/tagging/labeling, Makefile based build

Change-Id: I0d70ab01353999c0e0585547582af9c62d247987
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..1b10379
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,9 @@
+[defaults]
+callback_whitelist = profile_tasks
+host_key_checking = false
+forks=20
+timeout=30
+
+[ssh_connection]
+ssh_args = -o ControlMaster=auto -o ControlPersist=3s
+