k8s/ansible.cfg
2026-07-15 11:14:21 +03:00

18 lines
516 B
INI

[defaults]
inventory = inventory/prod
roles_path = roles
collections_path = collections
filter_plugins = filter_plugins
host_key_checking = False
stdout_callback = ansible.builtin.default
result_format = yaml
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp/ansible_facts_cache
fact_caching_timeout = 86400
retry_files_enabled = False
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=300s