Skip to content

Instantly share code, notes, and snippets.

@kyleterry
Created September 5, 2014 23:24
Show Gist options
  • Save kyleterry/26edf6eef5637fdcb845 to your computer and use it in GitHub Desktop.
Save kyleterry/26edf6eef5637fdcb845 to your computer and use it in GitHub Desktop.
deploy@util3:~$ for node in web{10..20}; do knife bootstrap ${node} --sudo -x deploy -E production -r 'role[base_spk],role[web_spk]' & done
[1] 12309
[2] 12310
[3] 12311
[4] 12312
[5] 12313
[6] 12314
[7] 12315
[8] 12316
[9] 12317
[10] 12318
[11] 12319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment