mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 15:02:55 -04:00
23 lines
268 B
Markdown
Executable file
23 lines
268 B
Markdown
Executable file
# resources on chef
|
|
|
|
<br>
|
|
|
|
## Suricata Chef Cookbook
|
|
|
|
This cookbook installs and configures Suricata.
|
|
|
|
## Usage
|
|
|
|
### suricata::default
|
|
|
|
* include `suricata` in your node's `run_list`:
|
|
|
|
```json
|
|
{
|
|
"name":"my_node",
|
|
"run_list": [
|
|
"recipe[suricata]"
|
|
]
|
|
}
|
|
```
|
|
|