Skip to content
Snippets Groups Projects
Verified Commit d4d2a131 authored by Chris Croome's avatar Chris Croome
Browse files

update fail2ban_pkgs for molecule

parent f1375de2
No related branches found
No related tags found
No related merge requests found
Pipeline #35749 passed
......@@ -36,8 +36,32 @@
vars: # noqa var-naming[no-role-prefix]
fail2ban: true
fail2ban_pkgs:
- fail2ban
- python3-pyinotify
- ufw
- whois
- name: bookworm
pkgs_present:
- fail2ban
- python3-pyinotify
- ufw
- whois
pkgs_absent: []
- name: trixie
pkgs_present:
- fail2ban
- python3-pyinotify
- ufw
- whois
pkgs_absent: []
- name: jammy
pkgs_present:
- fail2ban
- python3-pyinotify
- ufw
- whois
pkgs_absent: []
- name: noble
pkgs_present:
- fail2ban
- python3-pyinotify
- ufw
- whois
pkgs_absent: []
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment