Reuse ssh connections

This commit is contained in:
Tobias Manske 2023-09-14 06:47:19 +02:00
parent 01b99e290d
commit 1f2fb23166
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 4 additions and 0 deletions

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