Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created June 12, 2012 12:49
Show Gist options
  • Save tbatchelli/2917315 to your computer and use it in GitHub Desktop.
Save tbatchelli/2917315 to your computer and use it in GitHub Desktop.
example node-list config
{:node-list
[["g1-node-1" "group-1" "10.0.0.1" :debian :os-version "6.0.1"]
["g1-node-2" "group-1" "10.0.0.2" :debian :os-version "6.0.1"]
["g2-node-1" "group-2" "192.168.0.1" :centos :os-version "5.3"]
["g2-node-2" "group-2" "192.168.0.2" :centos :os-version "5.3"]
["g2-node-3" "group-2" "192.168.0.3" :centos :os-version "5.3"]] ...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment