Skip to content

Commit

Permalink
Merge pull request #257 from johanherman/ansible-speedup
Browse files Browse the repository at this point in the history
Increase the performance slightly
  • Loading branch information
senthil10 authored Oct 9, 2017
2 parents d876f53 + b12452d commit 42adfcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
#remote_tmp=/tmp/
log_path=/lupus/ngi/irma3/log/ansible.log
retry_files_enabled=false

[ssh_connection]
pipelining=True
ssh_args=-o ControlMaster=auto -o ControlPersist=60m

0 comments on commit 42adfcc

Please sign in to comment.