Make use of SSH pipelining

Make sure to read http://docs.ansible.com/ansible/intro_configuration.html#pipelining

I've had no issues with this so far, not on Amazon machines, not on recent Ubuntu and Debian
This commit is contained in:
Mischa ter Smitten 2016-10-12 22:16:52 +02:00
parent 8f327e76cf
commit 32b587e061
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ global {
host_key_checking = false
ansible_managed = "Ansible managed"
}
ssh_connection {
pipelining = true
}
}
}