mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-11-23 22:53:26 -05:00
| .. | ||
| .github | ||
| attributes | ||
| files/default | ||
| recipes | ||
| templates | ||
| .gitignore | ||
| LICENSE | ||
| metadata.rb | ||
| README.md | ||
Chef Resources
Suricata Chef Cookbook
This cookbook installs and configures Suricata.
Usage
suricata::default
- include
suricatain your node'srun_list:
{
"name":"my_node",
"run_list": [
"recipe[suricata]"
]
}