Tips - mlafeldt/chef-runner GitHub Wiki
You can further speed up working with chef-runner by doing the following:
- Split up Chef recipes into smaller logical chunks and include those chunks
using the
include_recipe
method (good example). - Enable SSH connection sharing and persistence to speed up repeated SSH connections.