Tue, 19 Mar 2024 04:53:09 UTC | login

Information for build ansible-freeipa-0.1.9-1.el7

ID29240
Package Nameansible-freeipa
Version0.1.9
Release1.el7
Epoch
SummaryRoles and playbooks to deploy FreeIPA servers, replicas and clients
Descriptionansible-freeipa provides Ansible roles and playbooks to install and uninstall FreeIPA servers, replicas and clients. 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 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 Requirements Controller - Ansible version: 2.5+ - python3-gssapi is required on the controller if a one time password (OTP) is used to install the client. Node - Supported FreeIPA version (see above) - Supported distribution (needed for package installation only, see above) Limitations External CA support is not supported or working. The currently needed two step process is an issue for the processing in the role. The configuration of the server is partly done already and needs to be continued after the CSR has been handled. This is for example breaking the deployment of a server with replicas or clients in one playbook.
Built byrdobuilder
State complete
Volume DEFAULT
StartedFri, 03 Apr 2020 14:39:37 UTC
CompletedFri, 03 Apr 2020 14:41:39 UTC
Taskbuild (cloud7-openstack-train-el7, ansible-freeipa-0.1.9-1.el7.src.rpm)
Tags
cloud7-openstack-train-release
cloud7-openstack-train-testing
RPMs
src
ansible-freeipa-0.1.9-1.el7.src.rpm (info) (download)
noarch
ansible-freeipa-0.1.9-1.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Mon Mar 16 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.9-1 - Update to version 0.1.8 with lots of fixes and additional modules https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.9 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Dec 20 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.8-1 - Update to version 0.1.8 with lots of fixes and additional modules https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.8 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.7 * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 23 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.6-1 - Update to version 0.1.6 - Lots of documentation updates in READMEs and modules - library/ipaclient_get_otp: Enable force mode for host_add call (fixes #74) - Flake8 and pylint reated fixes - Fixed wrong path to CheckedIPAddress class in ipareplica_test - Remove unused ipaserver/library/ipaserver.py - No not use wildcard imports for modules - ipareplica: Add support for pki_config_override - ipareplica: Initialize dns.ip_addresses and dns.reverse_zones for dns setup - ipareplica_prepare: Properly initialize pin and cert_name variables - ipareplica: Fail with proper error messages - ipaserver: Properly set settings related to pkcs12 files - ipaclient: RawConfigParser is not always provided by six.moves.configparser - ipaclient_setup_nss: paths.GETENT is not available before freeipa-4.6.90.pre1 - ipaserver_test: Initialize value from options.zonemgr - ipareplica_setup_custodia: create_replica only available in newer releases - ipaclient: Fix typo in dnsok assignment for ipaclient_setup_nss - ipa[server,replica]: Set _packages_adtrust for Ubuntu - New build script for galaxy release - New utils script to update module docs * Tue Jul 09 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.5-2 - Update README-user.md: Fixed examples, new example - ipauser example playbooks: Fixed actions, new example * Tue Jul 09 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.5-1 - Update to version 0.1.5 - Support for IPA 4.8.0 - New user management module - New group management module - ipaserver: Support external signed CA - RHEL-8 specific vars files to be able to install needed modules automatically - ipareplica: Fixes for certmonger and kra setup - New tests folder - OTP related updates to README files - Updates of version 0.1.4 - ipatopologysegment: Use commands, not command - Updates of version 0.1.3 - ipaclient_test: Fix Python2 decode use with Python3 - Fixed: #86 (AttributeError: 'str' object has no attribute 'decode') - ipaclient_get_otp: Remove ansible_python_interpreter handling - ipaclient: Use omit (None) for password, keytab, no string length checks - ipaclient_join: Support to use ipaadmin_keytab without ipaclient_use_otp - ipaclient: Report error message if ipaclient_get_otp failed - Fixes #17 Improve how tasks manage package installation - ipareplica: The dm password is not needed for ipareplica_master_password - ipareplica: Use ipareplica_server if set - ipatopologysegment: Allow domain+ca suffix, new state: checked - Documentation updates - Cleanups - Update of version 0.1.2 - Now a new Ansible Collection - Fix gssapi requirement for OTP: It is only needed if keytab is used with OTP now. - Fix wrong ansible argument types - Do not fail on textwrap for replica deployments with CA - Ansible lint and galaxy fixes - Disable automatic removal of replication agreements in uninstall - Enable freeipa-trust service if adtrust is enabled - Add support for hidden replica - New topology managament modules - Add support for pki_config_override - Fix host name setup in server deployment - Fix errors when ipaservers variable is not set - Fix ipaclient install role length typo - Cleanups * Mon May 06 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.1-1 - Initial package