perf(ansible): add ControlPersist for SSH connection reuse

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar
2025-05-13 15:05:52 +00:00
parent eb67e08d98
commit 6ccf7a69e7

View File

@@ -4,3 +4,6 @@ result_format = yaml
[connection]
pipelining = True
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s