Files
HetznerTerra/ansible/ansible.cfg
T
micqdf 69b9021e16
Deploy Cluster / Terraform (push) Waiting to run
Deploy Cluster / Ansible (push) Blocked by required conditions
fix: speed up ansible bootstrap
2026-05-04 04:14:32 +00:00

20 lines
445 B
INI

[defaults]
inventory = inventory.ini
host_key_checking = False
retry_files_enabled = False
roles_path = roles
stdout_callback = default
result_format = yaml
interpreter_python = auto_silent
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