2026-02-28 20:24:55 +00:00
|
|
|
[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
|
2026-02-28 20:24:55 +00:00
|
|
|
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
|
2026-02-28 20:24:55 +00:00
|
|
|
|
|
|
|
|
[privilege_escalation]
|
|
|
|
|
become = True
|
|
|
|
|
become_method = sudo
|
|
|
|
|
become_user = root
|
|
|
|
|
become_ask_pass = False
|