Skip to content

Instantly share code, notes, and snippets.

@pgaertig
Created November 23, 2016 08:19
Show Gist options
  • Save pgaertig/81a1b99abeb339c2860817d04ece4c5c to your computer and use it in GitHub Desktop.
Save pgaertig/81a1b99abeb339c2860817d04ece4c5c to your computer and use it in GitHub Desktop.
Ansible config for local directory inventory with faster SSH pipelining
[defaults]
inventory = ./hosts
[ssh_connection]
pipelining = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment