Skip to content

Instantly share code, notes, and snippets.

@okisanjp
Created July 10, 2014 02:16
Show Gist options
  • Save okisanjp/d878b4d6ac6210fe35fb to your computer and use it in GitHub Desktop.
Save okisanjp/d878b4d6ac6210fe35fb to your computer and use it in GitHub Desktop.
chef-solo cookを複数サイトに実行
hosts="hostname1 hostname2" && for host in $hosts; do knife solo cook USERNAME@$host; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment