Note Work-In-Progress. This cookbook will continue adding more stuff over the time.
A cookbook to configure basic linux setup upon bootstrapping new nodes. In addition to that, the cookbook will further configure nginx, setup nodejs enviroment over the coruse of time when I have more time to structure the cookbook.
TBD
TBD
e.g.
| Key | Type | Description | Default |
|---|---|---|---|
| ['maxlin-cookbook']['bacon'] | Boolean | whether to include bacon | true |
TODO: Write usage instructions for each cookbook.
e.g.
Just include maxlin-cookbook in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[maxlin-cookbook]"
]
}- Setup chef-solo enviroment
- Authors: Wei-Hsiang(Max) Lin (max.linweihs@gmail.com)