fail2ban: Remove explicit EPEL dependency

This commit is contained in:
saibotk 2021-01-02 04:42:33 +01:00
parent 23d7bc1fcb
commit b64f6bbbbe
No known key found for this signature in database
GPG key ID: A3299C587D5DF523
2 changed files with 7 additions and 6 deletions

View file

@ -1,12 +1,12 @@
fail2ban
=========
This will install and configure the `fail2ban` package via yum and by default enable the ssh jail.
This will install and configure the `fail2ban` package and by default enable the ssh jail.
Requirements
------------
You will need to have the EPEL repository enabled (eg. by installing the `epel-release` package).
CentOS: You will need to have the EPEL repository enabled (eg. by installing the `epel-release` package).
Role Variables
--------------
@ -18,7 +18,7 @@ Role Variables
Dependencies
------------
- epel
- (CentOS only) epel
License
-------

View file

@ -8,8 +8,9 @@ galaxy_info:
- name: CentOS
versions:
- 7
- name: Ubuntu
versions:
- 20.04
galaxy_tags: []
dependencies:
- epel
dependencies: []