- 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#197692 2
This commit is contained in:
parent
cbafae4d45
commit
16b5610a18
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/ansible-freeipa-0.3.6.tar.gz
|
/ansible-freeipa-0.3.6.tar.gz
|
||||||
/ansible-freeipa-0.3.8.tar.gz
|
/ansible-freeipa-0.3.8.tar.gz
|
||||||
/ansible-freeipa-0.4.0.tar.gz
|
/ansible-freeipa-0.4.0.tar.gz
|
||||||
|
/ansible-freeipa-1.5.3.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||||
Name: ansible-freeipa
|
Name: ansible-freeipa
|
||||||
Version: 0.4.0
|
Version: 1.5.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/freeipa/ansible-freeipa
|
URL: https://github.com/freeipa/ansible-freeipa
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -18,9 +18,13 @@ Requires: ansible-core
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%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
|
Features
|
||||||
|
|
||||||
- Server, replica and client deployment
|
- Server, replica and client deployment
|
||||||
@ -29,6 +33,7 @@ Features
|
|||||||
- Repair mode for clients
|
- Repair mode for clients
|
||||||
- Backup and restore, also to and from controller
|
- Backup and restore, also to and from controller
|
||||||
- Modules for automembership rule management
|
- Modules for automembership rule management
|
||||||
|
- Modules for automount location management
|
||||||
- Modules for config management
|
- Modules for config management
|
||||||
- Modules for delegation management
|
- Modules for delegation management
|
||||||
- Modules for dns config management
|
- Modules for dns config management
|
||||||
@ -61,7 +66,10 @@ Supported FreeIPA Versions
|
|||||||
|
|
||||||
FreeIPA versions 4.6 and up are supported by all roles.
|
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
|
Supported Distributions
|
||||||
|
|
||||||
- RHEL/CentOS 7.4+
|
- RHEL/CentOS 7.4+
|
||||||
@ -72,15 +80,13 @@ Supported Distributions
|
|||||||
Requirements
|
Requirements
|
||||||
|
|
||||||
Controller
|
Controller
|
||||||
|
|
||||||
- Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection)
|
- 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
|
is used
|
||||||
- python3-gssapi is required on the controller if a one time password (OTP)
|
- python3-gssapi is required on the controller if a one time password (OTP)
|
||||||
is used with keytab to install the client.
|
is used with keytab to install the client.
|
||||||
|
|
||||||
Node
|
Node
|
||||||
|
|
||||||
- Supported FreeIPA version (see above)
|
- Supported FreeIPA version (see above)
|
||||||
- Supported distribution (needed for package installation only, 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
|
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 5 2021 Thomas Woerner <twoerner@redhat.com> - 0.4.0-1
|
||||||
- Update to version 0.4.0
|
- Update to version 0.4.0
|
||||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.4.0
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.4.0
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansible-freeipa-0.4.0.tar.gz) = eb0ab68c359c24daeb590cbd3b264060f03aabb5a292b1b781fbe1ea1974831f401201fa4514bbbf8b2ccb83eab6dd0b6ff9f3f1842b7afd753de47297282d92
|
SHA512 (ansible-freeipa-1.5.3.tar.gz) = be024c28048e7ca75125898da58e4bb292ceac49c66f1b29255f397d5e1ca7ed6bd968280ad1b900e64fa69094f1eaec02df0e99021ee1441cfc072c00d4d063
|
||||||
|
Loading…
Reference in New Issue
Block a user