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>
  • Loading branch information
cloudnull committed Nov 24, 2015
1 parent a2bd70e commit c7ce098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playbooks/ansible.cfg
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 c7ce098

Please sign in to comment.