Skip to content

Fitzsimmons/media_server_cookbook

Repository files navigation

media_server

A cookbook for provisioning all of the services I want on my home media server:

Supported Platforms

Tested And Validated On

  • Ubuntu 18.04

Usage

Make sure to look at attributes/default.rb for customization options.

media_server::default

Include media_server::default in your run_list to install all services

{
  "run_list": [
    "recipe[media_server::default]"
  ]
}