Skip to content
Snippets Groups Projects
Commit b5b22c3f authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

roles: Bump minimum Ansible version to 2.13

Currently, the minimum supported Ansible version is 2.13, and
ansible-freeipa roles does not work with any version less than 2.9,
altough ansible-freeipa documentation states that the minimum version to
use is 2.8.

This patch fixes documentation and roles metadata to require that the
minimum Ansible version used is 2.13.
parent 7ee385ee
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ Requirements ...@@ -42,7 +42,7 @@ Requirements
------------ ------------
**Controller** **Controller**
* Ansible version: 2.8+ * Ansible version: 2.13+
**Node** **Node**
* Supported FreeIPA version (see above) * Supported FreeIPA version (see above)
......
...@@ -6,7 +6,7 @@ galaxy_info: ...@@ -6,7 +6,7 @@ galaxy_info:
description: A role to backup and restore an IPA server description: A role to backup and restore an IPA server
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: "2.8" min_ansible_version: "2.13"
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
......
...@@ -34,7 +34,7 @@ Requirements ...@@ -34,7 +34,7 @@ Requirements
------------ ------------
**Controller** **Controller**
* Ansible version: 2.8+ * Ansible version: 2.13+
**Node** **Node**
* Supported FreeIPA version (see above) * Supported FreeIPA version (see above)
......
...@@ -6,7 +6,7 @@ galaxy_info: ...@@ -6,7 +6,7 @@ galaxy_info:
description: A role to join a machine to an IPA domain description: A role to join a machine to an IPA domain
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: "2.8" min_ansible_version: "2.13"
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
......
...@@ -36,7 +36,7 @@ Requirements ...@@ -36,7 +36,7 @@ Requirements
------------ ------------
**Controller** **Controller**
* Ansible version: 2.8+ * Ansible version: 2.13+
**Node** **Node**
* Supported FreeIPA version (see above) * Supported FreeIPA version (see above)
......
...@@ -6,7 +6,7 @@ galaxy_info: ...@@ -6,7 +6,7 @@ galaxy_info:
description: A role to setup an IPA domain replica description: A role to setup an IPA domain replica
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: "2.8" min_ansible_version: "2.13"
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
......
...@@ -33,7 +33,7 @@ Requirements ...@@ -33,7 +33,7 @@ Requirements
------------ ------------
**Controller** **Controller**
* Ansible version: 2.8+ * Ansible version: 2.13+
**Node** **Node**
* Supported FreeIPA version (see above) * Supported FreeIPA version (see above)
......
...@@ -6,7 +6,7 @@ galaxy_info: ...@@ -6,7 +6,7 @@ galaxy_info:
description: A role to setup an iPA domain server description: A role to setup an iPA domain server
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: "2.8" min_ansible_version: "2.13"
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
......
...@@ -32,7 +32,7 @@ Requirements ...@@ -32,7 +32,7 @@ Requirements
------------ ------------
**Controller** **Controller**
* Ansible version: 2.8+ * Ansible version: 2.13+
**Node** **Node**
* Supported FreeIPA version (see above) * Supported FreeIPA version (see above)
......
...@@ -6,7 +6,7 @@ galaxy_info: ...@@ -6,7 +6,7 @@ galaxy_info:
description: A role to setup IPA server(s) for Smart Card authentication description: A role to setup IPA server(s) for Smart Card authentication
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: "2.8" min_ansible_version: "2.13"
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
......
...@@ -34,7 +34,7 @@ Requirements ...@@ -34,7 +34,7 @@ Requirements
------------ ------------
**Controller** **Controller**
* Ansible version: 2.8+ * Ansible version: 2.13+
**Node** **Node**
* Supported FreeIPA version (see above) * Supported FreeIPA version (see above)
......
...@@ -6,7 +6,7 @@ galaxy_info: ...@@ -6,7 +6,7 @@ galaxy_info:
description: A role to setup IPA server(s) for Smart Card authentication description: A role to setup IPA server(s) for Smart Card authentication
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: "2.8" min_ansible_version: "2.13"
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment