Installs and configures steam servers with SteamCMD.
Just include steamcmd
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[steamcmd]"
]
}
and use steamcmd_app
definition (see counterstrike_source
recipe for examples).
Just include game-specific recipe in your node's run_list
or do include_recipe
from inside your cookbook:
include_recipe 'steamcmd::counterstrike_source'
Avaialble recipes:
- counterstrike_source
- team_fortress
- day_of_defeat_source
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github