Skip to content

Instantly share code, notes, and snippets.

@detiber
Created February 22, 2016 17:51
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 detiber/ab70242c7955a4be6e68 to your computer and use it in GitHub Desktop.
Save detiber/ab70242c7955a4be6e68 to your computer and use it in GitHub Desktop.
# config file for ansible -- http://ansible.com/
# ==============================================
[defaults]
callback_plugins = ansible-profile/callback_plugins
forks = 10
host_key_checking = False
#remote_user = root
roles_path = roles/
hostfile = inventory/byo/hosts
gathering = smart
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/facts
fact_caching_timeout = 600
[privilege_escalation]
become = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=600s
control_path = %(directory)s/%%h-%%r
#pipelining = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment