Make SSH connections faster
This commit is contained in:
parent
7e4af01df3
commit
acc6fd8afd
1 changed files with 2 additions and 1 deletions
|
@ -4,4 +4,5 @@ stdout_callback = yaml
|
|||
inventory = inventory/
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o UserKnownHostsFile=known_hosts -F ssh_config
|
||||
pipelining = True
|
||||
ssh_args = -o UserKnownHostsFile=known_hosts -o ControlMaster=auto -o ControlPersist=120s -F ssh_config
|
||||
|
|
Loading…
Reference in a new issue