Last active
June 18, 2019 15:51
-
-
Save JamesOBenson/4e2121d9f747fb21de458097b1bb621c to your computer and use it in GitHub Desktop.
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] | |
#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