Ansible-Roles/ansible.cfg
2026-05-08 22:12:36 +03:00

14 lines
417 B
INI

[defaults]
roles_path = roles
collections_paths = collections
retry_files_enabled = False
#stdout_callback = yaml
bin_ansible_callbacks = True
interpreter_python = auto_silent
host_key_checking = False
deprecation_warnings = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
pipelining = True