Skip to content

Commit

Permalink
Add SSH options for connection reliability
Browse files Browse the repository at this point in the history
Adding ssh alive options to increase connection reliability.

Change-Id: I2ef059c4edbfedba4daed9ca65ab90e50503c035
  • Loading branch information
hughsaunders committed Apr 16, 2015
1 parent 2e3874c commit 75ab3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/ansible.cfg
Expand Up @@ -26,3 +26,4 @@ transport = ssh_retry

[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o TCPKeepAlive=yes -o ServerAliveInterval=5 -o ServerAliveCountMax=3

0 comments on commit 75ab3be

Please sign in to comment.