Created
November 23, 2016 08:19
-
-
Save pgaertig/81a1b99abeb339c2860817d04ece4c5c to your computer and use it in GitHub Desktop.
Ansible config for local directory inventory with faster SSH pipelining
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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