lethalpaga / serverbox

Home server cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverbox Cookbook

Install the components for a home server

Requirements

Platforms

  • Ubuntu 16.04

Chef

  • Chef 12.0 or later

Cookbooks

  • vault - Hashicorp vault cookbook by John Bellone
  • consul - Hashicorp consul cookbook by John Bellone
  • nomad - Hashicorp nomad cookbook
  • docker - Docker cookbook

Attributes

serverbox::default

Key Type Description Default
['serverbox']['bacon'] Boolean whether to include bacon true

Usage

serverbox::default

Just include serverbox in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[serverbox]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

About

Home server cookbook

License:MIT License


Languages

Language:Ruby 100.0%