Reuse ssh connections
This commit is contained in:
parent
01b99e290d
commit
1f2fb23166
@ -5,3 +5,7 @@ template_dir=templates
|
||||
[vault]
|
||||
username=ansible
|
||||
keyname=secrets
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=1200
|
||||
|
Loading…
Reference in New Issue
Block a user