Snort

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Snort

As a: UNIX and Linux system administrator

I want to: install and configure Snort

So that: I can set up an IDS.

Using the role

Using the role in a playbook
---
- name: Install snort
  hosts: all

  tasks:
    - name: snort is configured
      import_role:
        name: devopstoolbox.snort
      vars:
        snort_enable_service: true
      tags: snort
# Install the role
ansible-galaxy install devopstoolbox.snort

# Run the playbook
ansible-playbook snort-playbook.yml

Last update: 2020-02-09