Files
CoM-c2itall/ansible.cfg
T
2025-05-29 23:40:15 -04:00

15 lines
370 B
INI

[defaults]
host_key_checking = False
timeout = 30
retry_files_enabled = False
gathering = smart
fact_caching = memory
stdout_callback = default
bin_ansible_callbacks = True
nocows = 1
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes
pipelining = True
control_path = ~/.ansible/cp/%%h-%%p-%%r