1. 15 Jul, 2015 1 commit
  2. 14 Jul, 2015 1 commit
  3. 13 Jul, 2015 1 commit
  4. 02 Jul, 2015 1 commit
  5. 26 Jun, 2015 2 commits
  6. 16 Jun, 2015 1 commit
  7. 11 Jun, 2015 1 commit
  8. 10 Jun, 2015 3 commits
  9. 09 Jun, 2015 1 commit
  10. 04 Jun, 2015 1 commit
  11. 03 Jun, 2015 1 commit
  12. 02 Jun, 2015 2 commits
  13. 01 Jun, 2015 1 commit
  14. 29 May, 2015 1 commit
  15. 18 May, 2015 1 commit
    • Retry exec command via ssh_retry · 2e07567c
      This PR adds the option to retry failed ssh executions, if the failure
      is caused by ssh itself, not the remote command. This can be helpful if
      there are transient network issues. Retries are only implemented in the
      openssh connection plugin and are disabled by default. Retries are
      enabled by setting ssh_connection > retries to an integer greater
      than 0.
      
      Running a long series of playbooks, or a short playbook against a large
      cluster may result in transient ssh failures, some examples logged
      [here](https://trello.com/c/1yh6csEQ/13-ssh-errors).
      
      Ansible should be able to retry an ssh connection in order to survive
      transient failures.
      
      Ansible marks a host as failed the first time it fails to contact it.
      Hugh Saunders committed
  16. 15 May, 2015 1 commit
  17. 12 May, 2015 1 commit
  18. 04 May, 2015 2 commits