Skip to content

Commit

Permalink
roles: Bump minimum Ansible version to 2.13
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rjeffman committed Sep 8, 2023
1 parent 7ee385e commit b5b22c3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion roles/ipabackup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Requirements
------------

**Controller**
* Ansible version: 2.8+
* Ansible version: 2.13+

**Node**
* Supported FreeIPA version (see above)
Expand Down
2 changes: 1 addition & 1 deletion roles/ipabackup/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: A role to backup and restore an IPA server
company: Red Hat, Inc
license: GPLv3
min_ansible_version: "2.8"
min_ansible_version: "2.13"
platforms:
- name: Fedora
versions:
Expand Down
2 changes: 1 addition & 1 deletion roles/ipaclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Requirements
------------

**Controller**
* Ansible version: 2.8+
* Ansible version: 2.13+

**Node**
* Supported FreeIPA version (see above)
Expand Down
2 changes: 1 addition & 1 deletion roles/ipaclient/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: A role to join a machine to an IPA domain
company: Red Hat, Inc
license: GPLv3
min_ansible_version: "2.8"
min_ansible_version: "2.13"
platforms:
- name: Fedora
versions:
Expand Down
2 changes: 1 addition & 1 deletion roles/ipareplica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Requirements
------------

**Controller**
* Ansible version: 2.8+
* Ansible version: 2.13+

**Node**
* Supported FreeIPA version (see above)
Expand Down
2 changes: 1 addition & 1 deletion roles/ipareplica/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: A role to setup an IPA domain replica
company: Red Hat, Inc
license: GPLv3
min_ansible_version: "2.8"
min_ansible_version: "2.13"
platforms:
- name: Fedora
versions:
Expand Down
2 changes: 1 addition & 1 deletion roles/ipaserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Requirements
------------

**Controller**
* Ansible version: 2.8+
* Ansible version: 2.13+

**Node**
* Supported FreeIPA version (see above)
Expand Down
2 changes: 1 addition & 1 deletion roles/ipaserver/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: A role to setup an iPA domain server
company: Red Hat, Inc
license: GPLv3
min_ansible_version: "2.8"
min_ansible_version: "2.13"
platforms:
- name: Fedora
versions:
Expand Down
2 changes: 1 addition & 1 deletion roles/ipasmartcard_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Requirements
------------

**Controller**
* Ansible version: 2.8+
* Ansible version: 2.13+

**Node**
* Supported FreeIPA version (see above)
Expand Down
2 changes: 1 addition & 1 deletion roles/ipasmartcard_client/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: A role to setup IPA server(s) for Smart Card authentication
company: Red Hat, Inc
license: GPLv3
min_ansible_version: "2.8"
min_ansible_version: "2.13"
platforms:
- name: Fedora
versions:
Expand Down
2 changes: 1 addition & 1 deletion roles/ipasmartcard_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Requirements
------------

**Controller**
* Ansible version: 2.8+
* Ansible version: 2.13+

**Node**
* Supported FreeIPA version (see above)
Expand Down
2 changes: 1 addition & 1 deletion roles/ipasmartcard_server/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: A role to setup IPA server(s) for Smart Card authentication
company: Red Hat, Inc
license: GPLv3
min_ansible_version: "2.8"
min_ansible_version: "2.13"
platforms:
- name: Fedora
versions:
Expand Down

0 comments on commit b5b22c3

Please sign in to comment.