Skip to content

Commit

Permalink
Remove ssh args to ensure pipelining is working
Browse files Browse the repository at this point in the history
The ssh args that we have been carrying are overriding
base functionality in Ansible which can cause intermitent
issues. To correct this issue I removed our ssh-args which
will use the default ssh arguments provided by ansible core.

Change-Id: If61d875a58e466ec07cb6818040e83f1612b4f18
Related-Bug: ansible/ansible#9246
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit c7ce098)
  • Loading branch information
cloudnull committed Nov 26, 2015
1 parent 7b2bf31 commit f3085c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playbooks/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ timeout = 120

[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 f3085c2

Please sign in to comment.