re-added fact gather stuff
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-11-25 00:32:50 -05:00
parent 9a54413b91
commit 52e7aa80e2

View File

@ -2,13 +2,12 @@
inventory = hosts
roles_path = roles
collections_path = collections
#remote_tmp = /tmp/.ansible-${USER}/tmp
#gathering = smart
#gather_timeout = 300
#fact_path = facts.d
#fact_caching = jsonfile
#fact_caching_connection = facts.d
#fact_caching_timeout = 300
gathering = smart
gather_timeout = 300
fact_path = facts.d
fact_caching = jsonfile
fact_caching_connection = facts.d
fact_caching_timeout = 300
retry_files_enabled = False
forks = 40
timeout = 30