diff --git a/.github/settings.yml b/.github/settings.yml index 29252cf..f94ca3c 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -5,4 +5,4 @@ repository: description: Install and configure fail2ban on your system. homepage: https://robertdebock.nl/ - topics: fail2ban, installer, package, ansible, molecule, tox, playbook, hacktoberfest + topics: fail2ban, installer, package, ansible, molecule, tox, playbook diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 092e544..1f8d455 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-20.04 steps: - name: galaxy - uses: robertdebock/galaxy-action@1.2.0 + uses: robertdebock/galaxy-action@1.2.1 with: galaxy_api_key: ${{ secrets.galaxy_api_key }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7986f6c..3b0ba7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: "robertdebock/github-action-molecule:5.0.0" +image: "robertdebock/github-action-molecule:5.0.2" variables: PY_COLORS: 1 diff --git a/README.md b/README.md index f865f17..2f5e948 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r |[Fedora](https://hub.docker.com/repository/docker/robertdebock/fedora/general)|36| |[Ubuntu](https://hub.docker.com/repository/docker/robertdebock/ubuntu/general)|all| -The minimum version of Ansible required is 2.10, tests have been done to: +The minimum version of Ansible required is 2.12, tests have been done to: - The previous version. - The current version. diff --git a/SECURITY.md b/SECURITY.md index df6334a..9a59155 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,15 +4,13 @@ This software implements other software, it's not very likely that this software ## [Supported Versions](#supported-versions) -The current major version is supported. For example if the current version is 3.4.1: +These version of [ansible](https://pypi.org/project/ansible/) are supported: | Version | Supported | | ------- | ------------------ | -| 3.4.1 | :white_check_mark: | -| 3.4.x | :white_check_mark: | -| 3.x.x | :white_check_mark: | -| 2.0.0 | :x: | -| 1.0.0 | :x: | +| 7 | :white_check_mark: | +| 6 | :white_check_mark: | +| 5 | :white_check_mark: | ## [Reporting a Vulnerability](#reporting-a-vulnarability) diff --git a/requirements.txt b/requirements.txt index ba1d384..88a1e21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ # https://pip.pypa.io/en/stable/user_guide/#requirements-files # # Tests run on the previous and current (latest) version of Ansible. -ansible>=2.10 +ansible>=2.12 # Some Jinja2 filters are used that are available in the newer releases. jinja2>=2.11.2