import ansible-freeipa-1.5.3-1.el9
This commit is contained in:
parent
c1cef366d8
commit
80d5e0b4ed
@ -1 +1 @@
|
||||
6099fecbdf0512c93344f6f1c63811ce8c207c30 SOURCES/ansible-freeipa-0.4.0.tar.gz
|
||||
d0b1cc5bde1ccce4c4d3c7b27f808c2386f94274 SOURCES/ansible-freeipa-1.5.3.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/ansible-freeipa-0.4.0.tar.gz
|
||||
SOURCES/ansible-freeipa-1.5.3.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 0.4.0
|
||||
Version: 1.5.3
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/freeipa/ansible-freeipa
|
||||
License: GPLv3+
|
||||
@ -18,9 +18,13 @@ Requires: ansible-core
|
||||
%endif
|
||||
|
||||
%description
|
||||
Ansible roles and playbooks to install and uninstall FreeIPA servers, replicas and clients. Also modules for group, host, topology and user management.
|
||||
Ansible roles and playbooks to install and uninstall FreeIPA servers, replicas
|
||||
and clients. Also modules management.
|
||||
|
||||
Note: The Ansible playbooks and roles require a configured Ansible environment
|
||||
where the Ansible nodes are reachable and are properly set up to have an IP
|
||||
address and a working package manager.
|
||||
|
||||
Note: The Ansible playbooks and roles require a configured Ansible environment where the Ansible nodes are reachable and are properly set up to have an IP address and a working package manager.
|
||||
Features
|
||||
|
||||
- Server, replica and client deployment
|
||||
@ -29,6 +33,7 @@ Features
|
||||
- Repair mode for clients
|
||||
- Backup and restore, also to and from controller
|
||||
- Modules for automembership rule management
|
||||
- Modules for automount location management
|
||||
- Modules for config management
|
||||
- Modules for delegation management
|
||||
- Modules for dns config management
|
||||
@ -61,7 +66,10 @@ Supported FreeIPA Versions
|
||||
|
||||
FreeIPA versions 4.6 and up are supported by all roles.
|
||||
|
||||
The client role supports versions 4.4 and up, the server role is working with versions 4.5 and up, the replica role is currently only working with versions 4.6 and up.
|
||||
The client role supports versions 4.4 and up, the server role is working with
|
||||
versions 4.5 and up, the replica role is currently only working with versions
|
||||
4.6 and up.
|
||||
|
||||
Supported Distributions
|
||||
|
||||
- RHEL/CentOS 7.4+
|
||||
@ -72,15 +80,13 @@ Supported Distributions
|
||||
Requirements
|
||||
|
||||
Controller
|
||||
|
||||
- Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection)
|
||||
/usr/bin/kinit is required on the controller if a one time password (OTP)
|
||||
- /usr/bin/kinit is required on the controller if a one time password (OTP)
|
||||
is used
|
||||
- python3-gssapi is required on the controller if a one time password (OTP)
|
||||
is used with keytab to install the client.
|
||||
|
||||
Node
|
||||
|
||||
- Supported FreeIPA version (see above)
|
||||
- Supported distribution (needed for package installation only, see above)
|
||||
|
||||
@ -163,6 +169,26 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||
|
||||
%changelog
|
||||
* Wed Dec 29 2021 Thomas Woerner <twoerner@redhat.com> - 1.5.3-1
|
||||
- Update to version 1.5.3
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.3
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.2
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.1
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.0
|
||||
Related: RHBZ#2010622
|
||||
- automember set default group/hostgroup is missing from the automember module
|
||||
Resolves: RHBZ#2021947
|
||||
- automember remove default group/hostgroup is missing from the automember
|
||||
module
|
||||
Resolves: RHBZ#2021952
|
||||
- automember rebuild is missing from the automember module
|
||||
Resolves: RHBZ#2021954
|
||||
- automember remove orphans group/hostgroup is missing from the automember
|
||||
module
|
||||
Resolves: RHBZ#2021955
|
||||
- Not able to update existing automember rule description
|
||||
Resolves: RHBZ#1976922
|
||||
|
||||
* Tue Oct 5 2021 Thomas Woerner <twoerner@redhat.com> - 0.4.0-1
|
||||
- Update to version 0.4.0
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user