Files
ansible-domo/ansible.cfg
2026-04-22 12:22:58 +02:00

13 lines
270 B
INI

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