Created
September 5, 2014 23:24
-
-
Save kyleterry/26edf6eef5637fdcb845 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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