Files
ansible-domo/ansible.cfg
2026-04-22 18:29:36 +02:00

13 lines
279 B
INI

[defaults]
inventory = inventory/hosts.yml
roles_path = roles
host_key_checking = False
retry_files_enabled = False
interpreter_python = auto_silent
stdout_callback = ansible.builtin.default
result_format = yaml
local_tmp = /tmp/ansible-local
[ssh_connection]
pipelining = True