mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-07 14:32:57 -04:00
.. | ||
attributes | ||
files/default | ||
recipes | ||
templates | ||
metadata.rb | ||
README.md |
resources on chef
Suricata Chef Cookbook
This cookbook installs and configures Suricata.
Usage
suricata::default
- include
suricata
in your node'srun_list
:
{
"name":"my_node",
"run_list": [
"recipe[suricata]"
]
}