36 lines
585 B
YAML
36 lines
585 B
YAML
---
|
|
galaxy_info:
|
|
author: Robert de Bock
|
|
role_name: fail2ban
|
|
description: Install and configure fail2ban on your system.
|
|
license: Apache-2.0
|
|
company: none
|
|
min_ansible_version: "2.10"
|
|
|
|
platforms:
|
|
- name: Amazon
|
|
versions:
|
|
- Candidate
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- 8
|
|
- name: Debian
|
|
versions:
|
|
- buster
|
|
- bullseye
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
- bionic
|
|
|
|
galaxy_tags:
|
|
- fail2ban
|
|
- installer
|
|
- package
|
|
|
|
dependencies: []
|