Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Add server alive interval to check for dead server
Browse files Browse the repository at this point in the history
Adds ansible ssh argument for rho playbook to check if the ssh
connection is still good every ten seconds. This helps with the case
of losing a host mid-task detailed in issue #477.
  • Loading branch information
kdelee committed Dec 4, 2017
1 parent 3e33c04 commit 05c4094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rho_playbook.yml
Expand Up @@ -6,6 +6,8 @@

- name: collect all requested facts
hosts: all
vars:
ansible_ssh_common_args: '-o ServerAliveInterval=10'
gather_facts: no
strategy: free
roles:
Expand Down

0 comments on commit 05c4094

Please sign in to comment.