Files
ansible/ansible.cfg
2025-05-24 19:14:07 +03:00

15 lines
256 B
INI

[defaults]
host_key_checking = false
fact_caching = jsonfile
fact_caching_connection = /tmp/facts_cache
library = library
gather_facts = true
interpreter_python = auto
remote_user = user
[connection]
pipelining = True
[ssh_connection]
pipelining = True