Prototype a role for installing fail2ban on RHEL 9+
This commit is contained in:
19
roles/fail2ban_rhel/meta/main.yml
Normal file
19
roles/fail2ban_rhel/meta/main.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
galaxy_info:
|
||||
role_name: fail2ban_rhel
|
||||
namespace: genlab
|
||||
author: "Alexander Gorelyshev"
|
||||
company: "Genlab, LLC"
|
||||
description: "Deploy a lean Fail2Ban configuration for RHEL/Rocky 9+ hosts"
|
||||
license: "MIT"
|
||||
min_ansible_version: "2.1"
|
||||
|
||||
platforms:
|
||||
- name: "EL"
|
||||
versions: ["9"]
|
||||
- name: "Rocky"
|
||||
versions: ["9.2"]
|
||||
|
||||
galaxy_tags: []
|
||||
|
||||
dependencies: []
|
||||
Reference in New Issue
Block a user