unmask ansible.cfg; collections should work now :)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-12-09 00:34:49 -05:00
parent 1b10ddc05a
commit 1f173cabaa
2 changed files with 25 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
inventory/* inventory/*
host_vars host_vars
ansible.cfg
collections/ansible_collections/ collections/ansible_collections/

25
ansible.cfg Normal file
View File

@ -0,0 +1,25 @@
[defaults]
inventory = inventory/hosts
roles_path = roles
collections_path = collections
remote_tmp = /tmp/.ansible-${USER}/tmp
gathering = smart
gather_timeout = 600
fact_caching = jsonfile
fact_caching_connection = /tmp/.ansible_facts
fact_caching_timeout = 300
retry_files_enabled = False
forks = 40
timeout = 30
host_key_checking = False
display_skipped_hosts = False
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