Skip to content

Instantly share code, notes, and snippets.

@JamesOBenson
Last active June 18, 2019 15:51
Show Gist options
  • Save JamesOBenson/4e2121d9f747fb21de458097b1bb621c to your computer and use it in GitHub Desktop.
Save JamesOBenson/4e2121d9f747fb21de458097b1bb621c to your computer and use it in GitHub Desktop.
[defaults]
#callback_whitelist = timer, profile_tasks
fact_caching = jsonfile
fact_caching_connection = /tmp/.ansible_fact_cache
forks = 25 # Default: 5
host_key_checking = False # Default: True
internal_poll_interval = 0.01 # Must be greater than ansible 2.1, Default: 0.001 Greater is faster.
pipelining = True # Default: False
poll_interval = 5 # Default: 15
#transport = paramiko # May require some config changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment