Make SSH connections faster

This commit is contained in:
Tunui Franken 2024-07-06 20:40:50 +02:00
parent 7e4af01df3
commit acc6fd8afd

View file

@ -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