Skip to content

Commit

Permalink
Remove 'vars' files of unsupported distributions
Browse files Browse the repository at this point in the history
This patch removes 'vars' files from roles for unsupported distributions
and change minimum supported Fedora to version 34+.
  • Loading branch information
Rafael Guterres Jeffman committed Dec 30, 2024
1 parent 9195494 commit 1334163
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 65 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Supported Distributions
-----------------------

* RHEL/CentOS 7.4+
* Fedora 26+
* Fedora 34+
* Ubuntu
* Debian 10+ (ipaclient only, no server or replica!)

Expand Down Expand Up @@ -125,7 +125,7 @@ ansible-freeipa/plugins/module_utils to ~/.ansible/plugins/

**RPM package**

There are RPM packages available for Fedora 29+. These are installing the roles and modules into the global Ansible directories for `roles`, `plugins/modules` and `plugins/module_utils` in the `/usr/share/ansible` directory. Therefore is it possible to use the roles and modules without adapting the names like it is done in the example playbooks.
There are RPM packages available for Fedora. These are installing the roles and modules into the global Ansible directories for `roles`, `plugins/modules` and `plugins/module_utils` in the `/usr/share/ansible` directory. Therefore is it possible to use the roles and modules without adapting the names like it is done in the example playbooks.

**Ansible Galaxy**

Expand Down
2 changes: 1 addition & 1 deletion roles/ipabackup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Supported Distributions

* RHEL/CentOS 7.6+
* CentOS Stream 8+
* Fedora 26+
* Fedora 34+
* Ubuntu 16.04 and 18.04


Expand Down
2 changes: 1 addition & 1 deletion roles/ipaclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supported Distributions

* RHEL/CentOS 7.4+
* CentOS Stream 8+
* Fedora 26+
* Fedora 34+
* Ubuntu
* Debian

Expand Down
5 changes: 0 additions & 5 deletions roles/ipaclient/vars/Fedora-25.yml

This file was deleted.

5 changes: 0 additions & 5 deletions roles/ipaclient/vars/Fedora-26.yml

This file was deleted.

5 changes: 0 additions & 5 deletions roles/ipaclient/vars/RedHat-7.3.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/ipareplica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Supported Distributions

* RHEL/CentOS 7.6+
* CentOS Stream 8+
* Fedora 26+
* Fedora 34+
* Ubuntu 16.04 and 18.04


Expand Down
7 changes: 0 additions & 7 deletions roles/ipareplica/vars/Fedora-25.yml

This file was deleted.

7 changes: 0 additions & 7 deletions roles/ipareplica/vars/Fedora-26.yml

This file was deleted.

7 changes: 0 additions & 7 deletions roles/ipareplica/vars/Fedora-27.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/ipaserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supported Distributions

* RHEL/CentOS 7.6+
* CentOS Stream 8+
* Fedora 26+
* Fedora 34+
* Ubuntu 16.04 and 18.04


Expand Down
7 changes: 0 additions & 7 deletions roles/ipaserver/vars/Fedora-25.yml

This file was deleted.

7 changes: 0 additions & 7 deletions roles/ipaserver/vars/Fedora-26.yml

This file was deleted.

7 changes: 0 additions & 7 deletions roles/ipaserver/vars/Fedora-27.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/ipasmartcard_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supported Distributions

* RHEL/CentOS 7.6+
* CentOS Stream 8+
* Fedora 26+
* Fedora 34+


Requirements
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 @@ -27,7 +27,7 @@ Supported Distributions

* RHEL/CentOS 7.6+
* CentOS Stream 8+
* Fedora 26+
* Fedora 34+


Requirements
Expand Down

0 comments on commit 1334163

Please sign in to comment.