commit | d97d36c57d2772656bb0828df32d27e2180d8419 | [log] [tgz] |
---|---|---|
author | Paul Belanger <pabelanger@redhat.com> | Thu Jan 25 11:17:36 2018 -0500 |
committer | Paul Belanger <pabelanger@redhat.com> | Wed Jan 31 12:03:54 2018 -0500 |
tree | c7f741f9286605e22e40b29378daa5fbe4e4a043 | |
parent | 527e03ca9459d36c127a848a2060acf5b984d27b [diff] |
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>