ansible-bootstrap-rocky9/ansible.cfg
2026-05-11 18:57:10 +03:00

16 lines
498 B
INI

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