Files
application-consumption-dem…/ansible.cfg
Matteo Basile af525dfd06 first commit
2026-07-16 08:46:35 +02:00

21 lines
393 B
INI

[defaults]
inventory = ./inventory
host_key_checking = False
stdout_callback = default
callback_result_format = yaml
force_color = True
retry_files_enabled = False
gathering = smart
roles_path = ./
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
[ssh_connection]
timeout = 30
pipelining = True
control_path = /tmp/ansible-ssh-%%h-%%p-%%r