Thu, 18 Apr 2024 01:40:16 UTC | login

Information for build ansible-freeipa-1.7.0-1.el9

ID18295
Package Nameansible-freeipa
Version1.7.0
Release1.el9
Epoch
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/ansible-freeipa#27aa787dca741cfaa7f91b9a4fa5de43c8a7cba7
SummaryRoles and playbooks to deploy FreeIPA servers, replicas and clients
DescriptionAnsible 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. Features - Server, replica and client deployment - Cluster deployments: Server, replicas and clients in one playbook - One-time-password (OTP) support for client installation - Repair mode for clients - Backup and restore, also to and from controller - Modules for automembership rule management - Modules for automount key management - Modules for automount location management - Modules for automount map management - Modules for config management - Modules for delegation management - Modules for dns config management - Modules for dns forwarder management - Modules for dns record management - Modules for dns zone management - Modules for group management - Modules for hbacrule management - Modules for hbacsvc management - Modules for hbacsvcgroup management - Modules for host management - Modules for hostgroup management - Modules for idrange management - Modules for location management - Modules for permission management - Modules for privilege management - Modules for pwpolicy management - Modules for role management - Modules for self service management - Modules for server management - Modules for service management - Modules for service delegation rule management - Modules for service delegation target management - Modules for sudocmd management - Modules for sudocmdgroup management - Modules for sudorule management - Modules for topology management - Modules for trust management - Modules for user management - Modules for vault management 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. Supported Distributions - RHEL/CentOS 7.4+ - Fedora 26+ - Ubuntu - Debian 10+ (ipaclient only, no server or replica!) 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) is used Node - Supported FreeIPA version (see above) - Supported distribution (needed for package installation only, see above) Limitations External signed CA is now supported. But the currently needed two step process is an issue for the processing in a simple playbook. Work is planned to have a new method to handle CSR for external signed CAs in a separate step before starting the server installation.
Built bytwoerner
State complete
Volume DEFAULT
StartedFri, 29 Apr 2022 15:25:21 UTC
CompletedFri, 29 Apr 2022 15:26:06 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/ansible-freeipa:27aa787dca741cfaa7f91b9a4fa5de43c8a7cba7)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/ansible-freeipa#27aa787dca741cfaa7f91b9a4fa5de43c8a7cba7'}}
Tags No tags
RPMs
src
ansible-freeipa-1.7.0-1.el9.src.rpm (info) (download)
noarch
ansible-freeipa-1.7.0-1.el9.noarch.rpm (info) (download)
ansible-freeipa-tests-1.7.0-1.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Apr 29 2022 Thomas Woerner <twoerner@redhat.com> - 1.7.0-1 - Update to version 1.7.0 https://github.com/freeipa/ansible-freeipa/releases/tag/v1.7.0 Resolves: RHBZ#2080322 - New idrange management module. Resolves: RHBZ#2069188 - Not able to update empty descriptions in automount maps.a Resolves: RHBZ#2050179 - New servicedelegationrule management module. Resolves: RHBZ#2069179 - New servicedelegationtarget management module. Resolves: RHBZ#2069180 - Add support for managing idoverrideusers in ipagroup. Resolves: RHBZ#2069183 * Thu Jan 27 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.3-1 - Update to version 1.6.3 https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.3 Related: RHBZ#2010622 * Wed Jan 26 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.2-1 - Update to version 1.6.2 https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.2 Related: RHBZ#2010622 * Fri Jan 21 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.1-1 - Update to version 1.6.1 https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.1 https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.0 Related: RHBZ#2010622 - Add module to manage automount maps Resolves: RHBZ#2040701 - Add module to manage automount keys Resolves: RHBZ#2040702 * 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 05 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 Resolves: RHBZ#2010622 - Add ability to run modules remotely Resolves: RHBZ#2010633 - New management module ipaautomountlocation Resolves: RHBZ#2010643 * Mon Aug 16 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.8-3 - Add requirement for ansible-core Resolves: RHBZ#1993857 - Remove python3, pip and ansible installation from sanity test Related: RHBZ#1993857 - Replace json_query in tests/user/test_users_absent.yml Resolves: RHBZ#1992997 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.8-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Thu Jul 15 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.8-1 - Update to version 0.3.7 and 0.3.8 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.7 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.8 Related: RHBZ#1972178 - automember: Verify condition keys Resolves: RHBZ#1981713 - automember: Fix result["failed"] issues with conditions Resolves: RHBZ#1981713 - automember: Fix action to be automember or member, not service Resolves: RHBZ#1981711 * Thu Jun 17 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-3 - Apply fix for ipabackup: Use module to get IPA_BACKUP_DIR from ipaplatform Resolves: RRBZ#1973173 * Mon Jun 07 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-1 - Update to version 0.3.6 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.6 Resolves: RHBZ#1972178 - ansible-freeipa-tests not in the compose Resolves: RHBZ#1940014 - Remove unsupported parameter for (ipapermission) module: perm_rights from permission-present.yml Resolves: RHBZ#1973167 - Sample playbook included for selfservice module is incorrect Resolves: RHBZ#1973166 - ipa-client-install failing with error code 7(keytab: /usr/sbin/ipa-rmkeytab returned 7) Resolves: RHBZ#1973169 - New management module ipaserver Resolves: RHBZ#1973171 - New management module ipaautomember Resolves: RHBZ#1973172 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.5-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Mar 03 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.5-1 - Update to version 0.3.5 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.5 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 18 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.4-1 - Update to version 0.3.4 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.4 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.3 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.2 * Wed Dec 02 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.1-1 - Update to version 0.3.1 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.1 - ipabackup: Fix undefined vars for conditions in shell tasks without else * Tue Dec 01 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.0-2 - Ship ipabackup role for backup and restore * Thu Nov 26 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.0-1 - Update to version 0.3.0 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.0 * Fri Oct 09 2020 Thomas Woerner <twoerner@redhat.com> - 0.2.1-1 - Update to version 0.2.1 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.2.1 - Update to version 0.2.0 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.2.0 - New tests sub package providing upstream tests - Utils in /usr/share/ansible-freeipa/utils * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 15 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-1 - Update to version 0.1.12 bug fix only release * Thu Jun 11 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.11-1 - Update to version 0.1.11 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.11