Files
piKube/ansible.cfg

9 lines
224 B
INI
Raw Normal View History

2026-03-08 08:39:41 +01:00
[defaults]
inventory = ./inventory/hosts.ini
host_key_checking = False
retry_files_enabled = False
interpreter_python = auto_silent
bin_ansible_callbacks = True
2026-03-08 10:59:07 +01:00
stdout_callback = ansible.builtin.default
result_format = yaml