From b64f6bbbbea0faa33bfd53651e7faffb9e664446 Mon Sep 17 00:00:00 2001 From: saibotk Date: Sat, 2 Jan 2021 04:42:33 +0100 Subject: [PATCH] fail2ban: Remove explicit EPEL dependency --- roles/fail2ban/README.md | 6 +++--- roles/fail2ban/meta/main.yml | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/roles/fail2ban/README.md b/roles/fail2ban/README.md index a0a7389..b561cc4 100644 --- a/roles/fail2ban/README.md +++ b/roles/fail2ban/README.md @@ -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 ------- diff --git a/roles/fail2ban/meta/main.yml b/roles/fail2ban/meta/main.yml index e786d49..47e71ea 100644 --- a/roles/fail2ban/meta/main.yml +++ b/roles/fail2ban/meta/main.yml @@ -8,8 +8,9 @@ galaxy_info: - name: CentOS versions: - 7 - + - name: Ubuntu + versions: + - 20.04 galaxy_tags: [] -dependencies: - - epel +dependencies: []