diff --git a/.github/workflows/plugins-integration.yml b/.github/workflows/plugins-integration.yml index 4db7d729f..d2276fb67 100644 --- a/.github/workflows/plugins-integration.yml +++ b/.github/workflows/plugins-integration.yml @@ -23,8 +23,6 @@ jobs: - version: "6.0" ansible: # https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-changelogs - - stable-2.12 - - stable-2.13 - stable-2.14 - stable-2.15 - stable-2.16 diff --git a/.github/workflows/repo-sanity.yml b/.github/workflows/repo-sanity.yml index 499d2f1ae..4f14d2481 100644 --- a/.github/workflows/repo-sanity.yml +++ b/.github/workflows/repo-sanity.yml @@ -39,8 +39,6 @@ jobs: # Testing against `devel` may fail as new tests are added. # https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-changelogs - - stable-2.12 - - stable-2.13 - stable-2.14 - stable-2.15 - stable-2.16 diff --git a/README.md b/README.md index b3d2ec4e4..d37622f02 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ This is especially important for some of the Zabbix roles that require you to ** For the majority of modules, however, you can get away with just: -#### Ansible 2.10 and higher +#### Ansible 2.14 and higher -With the release of Ansible 2.10, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collections are now frequently required: `ansible.posix` and `community.general`. Installing the collections: +With the release of Ansible 2.14, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collections are now frequently required: `ansible.posix` and `community.general`. Installing the collections: ```bash ansible-galaxy collection install ansible.posix diff --git a/docs/ZABBIX_AGENT_ROLE.md b/docs/ZABBIX_AGENT_ROLE.md index 9113aec97..4f3cea6f1 100644 --- a/docs/ZABBIX_AGENT_ROLE.md +++ b/docs/ZABBIX_AGENT_ROLE.md @@ -49,9 +49,9 @@ This role will work on the following operating systems: * Windows (Best effort) * macOS (Best effort) -## Ansible 2.10 and higher +## Ansible 2.14 and higher -With the release of Ansible 2.10, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collections are now required: `ansible.posix`and `community.general`. Installing the collections: +With the release of Ansible 2.14, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collections are now required: `ansible.posix`and `community.general`. Installing the collections: ```sh ansible-galaxy collection install ansible.posix @@ -65,7 +65,7 @@ ansible-galaxy collection install ansible.netcommon ### Docker -When you are a Docker user and using Ansible 2.10 or newer, then there is a dependency on the collection named `community.docker`. This collection is needed as the `docker_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: +When you are a Docker user and using Ansible 2.14 or newer, then there is a dependency on the collection named `community.docker`. This collection is needed as the `docker_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: ```sh ansible-galaxy collection install community.docker @@ -73,7 +73,7 @@ ansible-galaxy collection install community.docker ### Windows -When you are a Windows user and using Ansible 2.10 or newer, then there are dependencies on collections named `ansible.windows` and `community.windows`. These collections are needed as the `win_` modules are now part of collections and not standard in Ansible anymmore. Installing the collections: +When you are a Windows user and using Ansible 2.14 or newer, then there are dependencies on collections named `ansible.windows` and `community.windows`. These collections are needed as the `win_` modules are now part of collections and not standard in Ansible anymmore. Installing the collections: ```sh ansible-galaxy collection install ansible.windows diff --git a/docs/ZABBIX_PROXY_ROLE.md b/docs/ZABBIX_PROXY_ROLE.md index df6f6e670..341fc1984 100644 --- a/docs/ZABBIX_PROXY_ROLE.md +++ b/docs/ZABBIX_PROXY_ROLE.md @@ -43,9 +43,9 @@ So, you'll need one of those operating systems.. :-) Please send Pull Requests or suggestions when you want to use this role for other Operating systems. # Requirements -## Ansible 2.10 and higher +## Ansible 2.14 and higher -With the release of Ansible 2.10, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collection is now required: `ansible.posix`. Installing the collection: +With the release of Ansible 2.14, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collection is now required: `ansible.posix`. Installing the collection: ```sh ansible-galaxy collection install ansible.posix @@ -59,7 +59,7 @@ ansible-galaxy collection install ansible.netcommon ### MySQL -When you are a MySQL user and using Ansible 2.10 or newer, then there is a dependency on the collection named `community.mysql`. This collections are needed as the `mysql_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: +When you are a MySQL user and using Ansible 2.14 or newer, then there is a dependency on the collection named `community.mysql`. This collections are needed as the `mysql_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: ```sh ansible-galaxy collection install community.mysql @@ -67,7 +67,7 @@ ansible-galaxy collection install community.mysql ### PostgreSQL -When you are a PostgreSQL user and using Ansible 2.10 or newer, then there is a dependency on the collection named `community.postgresql`. This collections are needed as the `postgresql_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: +When you are a PostgreSQL user and using Ansible 2.14 or newer, then there is a dependency on the collection named `community.postgresql`. This collections are needed as the `postgresql_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: ```sh ansible-galaxy collection install community.postgresql diff --git a/docs/ZABBIX_SERVER_ROLE.md b/docs/ZABBIX_SERVER_ROLE.md index 31ab50844..22ecd0f56 100644 --- a/docs/ZABBIX_SERVER_ROLE.md +++ b/docs/ZABBIX_SERVER_ROLE.md @@ -47,9 +47,9 @@ This role will work on the following operating systems: So, you'll need one of those operating systems.. :-) Please send Pull Requests or suggestions when you want to use this role for other Operating systems. -## Ansible 2.10 and higher +## Ansible 2.14 and higher -With the release of Ansible 2.10, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collection is now required: `ansible.posix`. Installing the collection: +With the release of Ansible 2.14, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collection is now required: `ansible.posix`. Installing the collection: ```sh ansible-galaxy collection install ansible.posix @@ -57,7 +57,7 @@ ansible-galaxy collection install ansible.posix ### MySQL -When you are a MySQL user and using Ansible 2.10 or newer, then there is a dependency on the collection named `community.mysql`. This collections are needed as the `mysql_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: +When you are a MySQL user and using Ansible 2.14 or newer, then there is a dependency on the collection named `community.mysql`. This collections are needed as the `mysql_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: ```sh ansible-galaxy collection install community.mysql @@ -65,7 +65,7 @@ ansible-galaxy collection install community.mysql ### PostgreSQL -When you are a PostgreSQL user and using Ansible 2.10 or newer, then there is a dependency on the collection named `community.postgresql`. This collections are needed as the `postgresql_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: +When you are a PostgreSQL user and using Ansible 2.14 or newer, then there is a dependency on the collection named `community.postgresql`. This collections are needed as the `postgresql_` modules are now part of collections and not standard in Ansible anymmore. Installing the collection: ```sh ansible-galaxy collection install community.postgresql diff --git a/docs/ZABBIX_WEB_ROLE.md b/docs/ZABBIX_WEB_ROLE.md index 3f4f7f54e..411f312df 100644 --- a/docs/ZABBIX_WEB_ROLE.md +++ b/docs/ZABBIX_WEB_ROLE.md @@ -41,9 +41,9 @@ This role will work on the following operating systems: So, you'll need one of those operating systems.. :-) Please send Pull Requests or suggestions when you want to use this role for other Operating systems. -## Ansible 2.10 and higher +## Ansible 2.14 and higher -With the release of Ansible 2.10, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collections are now required: `ansible.posix`. Installing the collections: +With the release of Ansible 2.14, modules have been moved into collections. With the exception of ansible.builtin modules, this means additonal collections must be installed in order to use modules such as seboolean (now ansible.posix.seboolean). The following collections are now required: `ansible.posix`. Installing the collections: ```sh ansible-galaxy collection install ansible.posix