ansible.cfg: enable ansible ssh multiplexing
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9d2e1c2b23
commit
a72f074a17
|
@ -21,4 +21,4 @@ become_user = root
|
|||
pipelining = True
|
||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||
# necessary for cloning private git repos
|
||||
ssh_args=-o ForwardAgent=yes -o ConnectTimeout=360
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o ConnectTimeout=360
|
||||
|
|
Loading…
Reference in New Issue