Skip to content

Instantly share code, notes, and snippets.

@detiber
Created October 28, 2015 15:25
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/df4246132c37671e449c to your computer and use it in GitHub Desktop.
Save detiber/df4246132c37671e449c to your computer and use it in GitHub Desktop.
Ansible config for testing
# 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 = /tmp/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