Skip to content

Instantly share code, notes, and snippets.

@yoplait
Created October 14, 2014 09:28
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 yoplait/71a4e4f1576d1e086b08 to your computer and use it in GitHub Desktop.
Save yoplait/71a4e4f1576d1e086b08 to your computer and use it in GitHub Desktop.
yet_lb.json
{
"name": "yet_lb",
"description": "haproxy load balancer",
"json_class": "Chef::Role",
"default_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[apt]",
"recipe[haproxy::app_lb]"
],
"override_attributes": {
"haproxy": {
"app_server_role" : "yet_server",
"member_port" : "80"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment