Ansible-Roles/ansible.cfg
2026-05-08 22:25:29 +03:00

14 lines
424 B
INI

[defaults]
roles_path = roles
collections_paths = collections
filter_plugins = filter_plugins
retry_files_enabled = False
stdout_callback = yaml
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