galaxy appears to be having issues currently; swapping to use private automation hub

This commit is contained in:
Chris Hammer
2022-02-21 23:53:42 -05:00
parent 962d51ee39
commit bb2e0613dd
2 changed files with 39 additions and 0 deletions

27
ansible.cfg.no_pah Normal file
View File

@ -0,0 +1,27 @@
[defaults]
inventory = inventory/hosts
roles_path = roles
collections_path = collections
remote_tmp = /tmp/.ansible-${USER}/tmp
gathering = smart
gather_timeout = 30
fact_path = facts.d
fact_caching = jsonfile
fact_caching_connection = facts.d
fact_caching_timeout = 300
retry_files_enabled = False
forks = 40
timeout = 30
host_key_checking = False
display_skipped_hosts = False
interpreter_python = auto_silent
bin_ansible_callbacks = True
callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer
deprecation_warnings = False
command_warnings = False
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey