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
|
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
|
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
|
Role Variables
|
||||||
--------------
|
--------------
|
||||||
|
@ -18,7 +18,7 @@ Role Variables
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- epel
|
- (CentOS only) epel
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -8,8 +8,9 @@ galaxy_info:
|
||||||
- name: CentOS
|
- name: CentOS
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- 7
|
||||||
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
|
- 20.04
|
||||||
galaxy_tags: []
|
galaxy_tags: []
|
||||||
|
|
||||||
dependencies:
|
dependencies: []
|
||||||
- epel
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue