[CORD-1875]
Retry SSH connections in Ansible

Change-Id: I0fe951534eeef221163e190ec9052af36ae2b2f2
(cherry picked from commit 5b42ff48634eaa347c952ba2a447dce295a66f48)
diff --git a/ansible.cfg b/ansible.cfg
index 0902052..3eadbcd 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -6,4 +6,5 @@
 
 [ssh_connection]
 ssh_args = -o ControlMaster=auto -o ControlPersist=15s -o ConnectionAttempts=20
+retries=5
 
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
deleted file mode 100644
index bd331b2..0000000
--- a/ansible/ansible.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-[defaults]
-callback_plugins=/etc/ansible/callback_plugins/
-host_key_checking=False
-deprecation_warnings=False
-
-[privilege_escalation]
-become=True
-become_method=sudo
-become_user=root