fix: speed up ansible bootstrap
Deploy Cluster / Terraform (push) Waiting to run
Deploy Cluster / Ansible (push) Blocked by required conditions

This commit is contained in:
2026-05-04 04:14:32 +00:00
parent cc2ab26ccc
commit 69b9021e16
2 changed files with 14 additions and 11 deletions
+5
View File
@@ -6,6 +6,11 @@ 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