Enabled ssh retries for ansible

Adds the option to retry failed ssh executions if the failure is encountered
in ssh itself, not the remote command. This can be helpful if there are
transient network issues.

Set to 3 attempts, currently unable to override this setting. A future
patch could expose it to end users.

http://docs.ansible.com/ansible/latest/intro_configuration.html#retries

Change-Id: I9a583e49253e3713f69981c4981369e4d35aaedd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
1 file changed