Files
K3S/ansible.cfg
Sergey Antropoff 095b276cb3 first commit
2026-04-17 08:37:27 +03:00

17 lines
401 B
INI

[defaults]
inventory = inventory/hosts.ini
roles_path = roles
host_key_checking = False
interpreter_python = auto_silent
stdout_callback = yaml
timeout = 30
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
[privilege_escalation]
become = True
become_method = sudo
become_ask_pass = False