Skip to content

Instantly share code, notes, and snippets.

@Olegblow
Created June 17, 2022 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Olegblow/1526869040645e18111ca8eb2deab9ce to your computer and use it in GitHub Desktop.
Save Olegblow/1526869040645e18111ca8eb2deab9ce to your computer and use it in GitHub Desktop.
---
- name: Install required packages
ansible.builtin.apt:
name: "suricata"
state: latest
update_cache: true
become: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment