mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
Merge pull request #1327 from rjeffman/remove_unsupported_systems
Remove 'vars' files of unsupported distributions
This commit is contained in:
@@ -66,7 +66,7 @@ Supported Distributions
|
|||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
* RHEL/CentOS 7.4+
|
* RHEL/CentOS 7.4+
|
||||||
* Fedora 26+
|
* Fedora 40+
|
||||||
* Ubuntu
|
* Ubuntu
|
||||||
* Debian 10+ (ipaclient only, no server or replica!)
|
* Debian 10+ (ipaclient only, no server or replica!)
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ ansible-freeipa/plugins/module_utils to ~/.ansible/plugins/
|
|||||||
|
|
||||||
**RPM package**
|
**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**
|
**Ansible Galaxy**
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ Supported Distributions
|
|||||||
|
|
||||||
* RHEL/CentOS 7.6+
|
* RHEL/CentOS 7.6+
|
||||||
* CentOS Stream 8+
|
* CentOS Stream 8+
|
||||||
* Fedora 26+
|
* Fedora 40+
|
||||||
* Ubuntu 16.04 and 18.04
|
* Ubuntu 16.04 and 18.04
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ Supported Distributions
|
|||||||
|
|
||||||
* RHEL/CentOS 7.4+
|
* RHEL/CentOS 7.4+
|
||||||
* CentOS Stream 8+
|
* CentOS Stream 8+
|
||||||
* Fedora 26+
|
* Fedora 40+
|
||||||
* Ubuntu
|
* Ubuntu
|
||||||
* Debian
|
* Debian
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
# defaults file for ipaclient
|
|
||||||
# vars/Fedora-25.yml
|
|
||||||
---
|
|
||||||
ipaclient_packages: [ "ipa-client", "libselinux-python" ]
|
|
||||||
# ansible_python_interpreter: '/usr/bin/python2'
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
# defaults file for ipaclient
|
|
||||||
# vars/Fedora-26.yml
|
|
||||||
---
|
|
||||||
ipaclient_packages: [ "ipa-client", "libselinux-python" ]
|
|
||||||
# ansible_python_interpreter: '/usr/bin/python2'
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
# defaults file for ipaclient
|
|
||||||
# vars/RedHat-7.3.yml
|
|
||||||
---
|
|
||||||
ipaclient_packages: [ "ipa-client", "ipa-admintools", "libselinux-python" ]
|
|
||||||
# ansible_python_interpreter: '/usr/bin/python2'
|
|
||||||
@@ -28,7 +28,7 @@ Supported Distributions
|
|||||||
|
|
||||||
* RHEL/CentOS 7.6+
|
* RHEL/CentOS 7.6+
|
||||||
* CentOS Stream 8+
|
* CentOS Stream 8+
|
||||||
* Fedora 26+
|
* Fedora 40+
|
||||||
* Ubuntu 16.04 and 18.04
|
* Ubuntu 16.04 and 18.04
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
# defaults file for ipareplica
|
|
||||||
# vars/Fedora-25.yml
|
|
||||||
---
|
|
||||||
ipareplica_packages: [ "ipa-server", "libselinux-python" ]
|
|
||||||
ipareplica_packages_dns: [ "ipa-server-dns" ]
|
|
||||||
ipareplica_packages_adtrust: [ "ipa-server-trust-ad" ]
|
|
||||||
ipareplica_packages_firewalld: [ "firewalld" ]
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# defaults file for ipareplica
|
|
||||||
# vars/Fedora-26.yml
|
|
||||||
---
|
|
||||||
ipareplica_packages: [ "ipa-server", "libselinux-python" ]
|
|
||||||
ipareplica_packages_dns: [ "ipa-server-dns" ]
|
|
||||||
ipareplica_packages_adtrust: [ "ipa-server-trust-ad" ]
|
|
||||||
ipareplica_packages_firewalld: [ "firewalld" ]
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# defaults file for ipareplica
|
|
||||||
# vars/Fedora-27.yml
|
|
||||||
---
|
|
||||||
ipareplica_packages: [ "ipa-server", "libselinux-python" ]
|
|
||||||
ipareplica_packages_dns: [ "ipa-server-dns" ]
|
|
||||||
ipareplica_packages_adtrust: [ "ipa-server-trust-ad" ]
|
|
||||||
ipareplica_packages_firewalld: [ "firewalld" ]
|
|
||||||
@@ -25,7 +25,7 @@ Supported Distributions
|
|||||||
|
|
||||||
* RHEL/CentOS 7.6+
|
* RHEL/CentOS 7.6+
|
||||||
* CentOS Stream 8+
|
* CentOS Stream 8+
|
||||||
* Fedora 26+
|
* Fedora 40+
|
||||||
* Ubuntu 16.04 and 18.04
|
* Ubuntu 16.04 and 18.04
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
# defaults file for ipaserver
|
|
||||||
# vars/Fedora-25.yml
|
|
||||||
---
|
|
||||||
ipaserver_packages: [ "ipa-server", "libselinux-python" ]
|
|
||||||
ipaserver_packages_dns: [ "ipa-server-dns" ]
|
|
||||||
ipaserver_packages_adtrust: [ "ipa-server-trust-ad" ]
|
|
||||||
ipaserver_packages_firewalld: [ "firewalld" ]
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# defaults file for ipaserver
|
|
||||||
# vars/Fedora-26.yml
|
|
||||||
---
|
|
||||||
ipaserver_packages: [ "ipa-server", "libselinux-python" ]
|
|
||||||
ipaserver_packages_dns: [ "ipa-server-dns" ]
|
|
||||||
ipaserver_packages_adtrust: [ "ipa-server-trust-ad" ]
|
|
||||||
ipaserver_packages_firewalld: [ "firewalld" ]
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# defaults file for ipaserver
|
|
||||||
# vars/Fedora-27.yml
|
|
||||||
---
|
|
||||||
ipaserver_packages: [ "ipa-server", "libselinux-python" ]
|
|
||||||
ipaserver_packages_dns: [ "ipa-server-dns" ]
|
|
||||||
ipaserver_packages_adtrust: [ "ipa-server-trust-ad" ]
|
|
||||||
ipaserver_packages_firewalld: [ "firewalld" ]
|
|
||||||
@@ -25,7 +25,7 @@ Supported Distributions
|
|||||||
|
|
||||||
* RHEL/CentOS 7.6+
|
* RHEL/CentOS 7.6+
|
||||||
* CentOS Stream 8+
|
* CentOS Stream 8+
|
||||||
* Fedora 26+
|
* Fedora 40+
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Supported Distributions
|
|||||||
|
|
||||||
* RHEL/CentOS 7.6+
|
* RHEL/CentOS 7.6+
|
||||||
* CentOS Stream 8+
|
* CentOS Stream 8+
|
||||||
* Fedora 26+
|
* Fedora 40+
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|||||||
Reference in New Issue
Block a user