{
  "name": "web",
  "description": "The base role for systems that serve web server",
  "chef_type": "role",
  "json_class": "Chef::Role",
  "default_attributes": {
    "apache": {
      "listen_ports": ["80", "443"]
    }
  },
  "run_list": [
    "recipe[apache2]"
  ]
}