Skip to content

Instantly share code, notes, and snippets.

@hayesmp
Created October 4, 2013 19:33
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 hayesmp/6831419 to your computer and use it in GitHub Desktop.
Save hayesmp/6831419 to your computer and use it in GitHub Desktop.
Jenkinsbox runlist
{
"run_list": [
"recipe[build-essential] ",
"recipe[postgresql] ",
"recipe[rackbox] "
],
"rackbox ": {
"build_essential ": {
"compiletime ": true
},
"jenkins ": {
"job ": "#{form.job} ",
"git_repo ": "#{form.git_repo} ",
"command ": "#{form.command} ",
"ip_address ": "#{server.ipv4_address} ",
"host ": "#{server.name} "
},
"ruby ": {
"versions ": [
"2.0.0-p247 "
],
"global_version ": "2.0.0-p247 "
},
"apps ": {
"unicorn ": [
{
"appname ": "app1 ",
"hostname ": "app1 "
}
]
},
"db_root_password ": "iloverandompasswordsbutthiswilldo ",
"databases ": {
"postgresql ": [
{
"database_name ": "app1_production ",
"username ": "app1 ",
"password ": "app1_pass "
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment