fail2ban: Remove explicit EPEL dependency
This commit is contained in:
parent
23d7bc1fcb
commit
b64f6bbbbe
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
-------
|
||||
|
|
|
@ -8,8 +8,9 @@ galaxy_info:
|
|||
- name: CentOS
|
||||
versions:
|
||||
- 7
|
||||
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- 20.04
|
||||
galaxy_tags: []
|
||||
|
||||
dependencies:
|
||||
- epel
|
||||
dependencies: []
|
||||
|
|
Loading…
Add table
Reference in a new issue