Skip to content

Commit 22db60c

Browse files
committedNov 13, 2015
Add a ControlPersist option for robustness against commands that are not very responsive.
1 parent 17dc2a1 commit 22db60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[defaults]
22
roles_path = ./roles/
3-
ssh_args = -o IdentityFile=~/.vagrant.d/insecure_private_key
3+
ssh_args = -o IdentityFile=~/.vagrant.d/insecure_private_key -o ControlPersist=30m

0 commit comments

Comments
 (0)
Please sign in to comment.