some cleanup and version upgrade to 1.21.0

This commit is contained in:
2023-11-24 01:57:41 -05:00
parent ad6f94ad1a
commit 614076ceef
5 changed files with 13 additions and 100 deletions

View File

@ -1,14 +1,14 @@
[defaults]
inventory = hosts
roles_path = roles
collections_path = /etc/ansible/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
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
retry_files_enabled = False
forks = 40
timeout = 30
@ -18,7 +18,7 @@ bin_ansible_callbacks = True
callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer
deprecation_warnings = False
command_warnings = False
#strategy = free
# strategy = free
[ssh_connection]