Skip to content

Instantly share code, notes, and snippets.

@ktaragorn
Last active October 26, 2015 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktaragorn/498b1617b744b521cdf2 to your computer and use it in GitHub Desktop.
Save ktaragorn/498b1617b744b521cdf2 to your computer and use it in GitHub Desktop.
[defaults]
#this should be hostfile if ur ansible version < 1.9
#this means you dont have to manually specify it in command line
inventory = inventory.ini
[ssh_connection]
ssh_args = -o ForwardAgent=yes
#http://www.ansible.com/blog/2014/01/15/ssh-connection-upgrades-coming-in-ansible-1-5
pipelining=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment