Merging CI integration into Main branch #2

Merged
chris merged 7 commits from development into main 2023-11-26 19:25:10 -05:00
Showing only changes of commit 52e7aa80e2 - Show all commits

View File

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