Changed ssh transport options
Change-Id: Id7caa2b6f90d9de2d93e8612cc2d81802ea0c360
diff --git a/ansible.cfg b/ansible.cfg
index 144e45f..ef5cb28 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -45,7 +45,7 @@
#sudo_flags = -H
# SSH timeout
-timeout = 10
+timeout = 60
# default user to use for playbooks if user is not specified
# (/usr/bin/ansible will use current user as default)
@@ -148,7 +148,7 @@
# ssh arguments to use
# Leaving off ControlPersist will result in poor performance, so use
# paramiko on older platforms rather than removing it
-#ssh_args = -o ControlMaster=auto -o ControlPersist=60s
+ssh_args = -o ControlMaster=auto -o ControlPersist=60s
# The path to use for the ControlPath sockets. This defaults to
# "%(directory)s/ansible-ssh-%%h-%%p-%%r", however on some systems with