Skip to content

Instantly share code, notes, and snippets.

@inokappa
Created June 12, 2013 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inokappa/5765402 to your computer and use it in GitHub Desktop.
Save inokappa/5765402 to your computer and use it in GitHub Desktop.
require 'yaml'
attributes = YAML.load_file('attributes.yml')
desc "Run serverspec to all hosts"
task :serverspec => 'serverspec:all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment