diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index a3d3605..a2c1fd8 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -29,8 +29,6 @@ jobs: fail-fast: false matrix: config: - - image: "amazonlinux" - tag: "latest" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 914e0aa..a494660 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,6 @@ molecule: - if: $CI_COMMIT_REF_NAME == "master" parallel: matrix: - - image: "amazonlinux" - tag: "latest" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux" diff --git a/README.md b/README.md index a429e7e..85d8a21 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Install and configure fail2ban on your system. |GitHub|GitLab|Quality|Downloads|Version| |------|------|-------|---------|-------| -|[![github](https://github.com/robertdebock/ansible-role-fail2ban/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-fail2ban/actions)|[![gitlab](https://gitlab.com/robertdebock-iac/ansible-role-fail2ban/badges/master/pipeline.svg)](https://gitlab.com/robertdebock-iac/ansible-role-fail2ban)|[![quality](https://img.shields.io/ansible/quality/22987)](https://galaxy.ansible.com/robertdebock/fail2ban)|[![downloads](https://img.shields.io/ansible/role/d/22987)](https://galaxy.ansible.com/robertdebock/fail2ban)|[![Version](https://img.shields.io/github/release/robertdebock/ansible-role-fail2ban.svg)](https://github.com/robertdebock/ansible-role-fail2ban/releases/)| +|[![github](https://github.com/robertdebock/ansible-role-fail2ban/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-fail2ban/actions)|[![gitlab](https://gitlab.com/robertdebock-iac/ansible-role-fail2ban/badges/master/pipeline.svg)](https://gitlab.com/robertdebock-iac/ansible-role-fail2ban)|[![quality](https://img.shields.io/ansible/quality/24495)](https://galaxy.ansible.com/robertdebock/fail2ban)|[![downloads](https://img.shields.io/ansible/role/d/24495)](https://galaxy.ansible.com/robertdebock/fail2ban)|[![Version](https://img.shields.io/github/release/robertdebock/ansible-role-fail2ban.svg)](https://github.com/robertdebock/ansible-role-fail2ban/releases/)| ## [Example Playbook](#example-playbook) @@ -100,7 +100,6 @@ This role has been tested on these [container images](https://hub.docker.com/u/r |container|tags| |---------|----| -|[Amazon](https://hub.docker.com/repository/docker/robertdebock/amazonlinux/general)|Candidate| |[EL](https://hub.docker.com/repository/docker/robertdebock/enterpriselinux/general)|8, 9| |[Debian](https://hub.docker.com/repository/docker/robertdebock/debian/general)|all| |[Fedora](https://hub.docker.com/repository/docker/robertdebock/fedora/general)|all| diff --git a/meta/main.yml b/meta/main.yml index 05a5126..7986555 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -8,9 +8,6 @@ galaxy_info: min_ansible_version: "2.12" platforms: - - name: Amazon - versions: - - Candidate - name: EL versions: - "8"