Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 2b3f96f

Browse files
committed
Add pipelining option to ansible.cfg for speedup over SSH.
1 parent 840b63a commit 2b3f96f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

provisioning/ansible.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[defaults]
22
roles_path = ./roles
3+
4+
[ssh_connection]
5+
pipelining = True
6+
control_path = /tmp/ansible-ssh-%%h-%%p-%%r

0 commit comments

Comments
 (0)