backend-and-orchestration-t.../chef
2022-03-23 14:59:51 +04:00
..
.github Clean up this repo 2022-03-23 14:59:51 +04:00
attributes Clean up this repo 2022-03-23 14:59:51 +04:00
files/default Clean up this repo 2022-03-23 14:59:51 +04:00
recipes Clean up this repo 2022-03-23 14:59:51 +04:00
templates Clean up this repo 2022-03-23 14:59:51 +04:00
.gitignore Clean up this repo 2022-03-23 14:59:51 +04:00
LICENSE Clean up this repo 2022-03-23 14:59:51 +04:00
metadata.rb Clean up this repo 2022-03-23 14:59:51 +04:00
README.md Clean up this repo 2022-03-23 14:59:51 +04:00

Chef Resources

Suricata Chef Cookbook

This cookbook installs and configures Suricata.

Usage

suricata::default

  • include suricata in your node's run_list:
{
  "name":"my_node",
  "run_list": [
    "recipe[suricata]"
  ]
}