Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created December 3, 2015 20:50
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 jbergstroem/d6e43be07e1d3f0f228e to your computer and use it in GitHub Desktop.
Save jbergstroem/d6e43be07e1d3f0f228e to your computer and use it in GitHub Desktop.
;
; Node.js build group inventory of hosts
;
; This list represents all hosts available and is used to generate
; other things such as ssh configs, jenkins and similar.
;
; Adding a host:
; - Add host below based on its purpose [a-z]
; - make sure you follow the proper naming conventions (see README.md)
; - add labels= if you want to tag the host with specific labels in jenkins;
assign multiple with commas. Available labels:
; - debug (requires 4g ram)
; - gyp (install tools necessary for building libuv with gyp)
; - gcc41 (centos5 only - exposes gcc41 as gcc)
; - gcc44 (centos6 only - exposes gcc44 as gcc)
; - pre-1-release (release role only - will only be used when
; building <nodejs-1.0)
;
[test]
test-ibm-centos6-x64-1 ansible_ssh_host=50.23.85.251 labels=gcc44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment