Reuse ssh connections

This commit is contained in:
2023-09-14 06:47:19 +02:00
parent 01b99e290d
commit 1f2fb23166

View File

@ -5,3 +5,7 @@ template_dir=templates
[vault]
username=ansible
keyname=secrets
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=1200