Files
ansible-arch/ansible.cfg
Tuan-Dat Tran 222062c1a4 init
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2026-03-22 22:51:32 +01:00

19 lines
382 B
INI

[defaults]
inventory = inventory.ini
interpreter_python = auto_silent
callbacks_enabled = timer, profile_tasks, default
display_skipped_hosts = no
deprecation_warnings = False
host_key_checking = False
gathering = smart
retry_files_enabled = False
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
[connection]
pipelining = True