Files
HetznerTerra/ansible/ansible.cfg
T

20 lines
445 B
INI
Raw Normal View History

[defaults]
inventory = inventory.ini
host_key_checking = False
retry_files_enabled = False
roles_path = roles
2026-04-24 11:07:13 +00:00
stdout_callback = default
result_format = yaml
interpreter_python = auto_silent
2026-05-04 04:14:32 +00:00
forks = 20
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30 -o ServerAliveCountMax=6
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False