2019-05-09 14:21:17 +00:00
|
|
|
# Turn off automatic python byte compilation because these are Ansible
|
|
|
|
# roles and the files are transferred to the node and compiled there with
|
2020-10-09 13:40:06 +00:00
|
|
|
# the python version used in the node
|
2019-05-09 14:21:17 +00:00
|
|
|
%define __brp_python_bytecompile %{nil}
|
|
|
|
|
2020-10-09 13:40:06 +00:00
|
|
|
%global python %{__python3}
|
|
|
|
|
2024-05-28 13:02:46 +00:00
|
|
|
%global collection_namespace freeipa
|
|
|
|
%global collection_name ansible_freeipa
|
|
|
|
%global ansible_collections_dir %{_datadir}/ansible/collections/ansible_collections
|
|
|
|
|
2019-05-09 14:21:17 +00:00
|
|
|
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
|
|
|
Name: ansible-freeipa
|
2024-07-01 14:04:54 +00:00
|
|
|
Version: 1.13.2
|
|
|
|
Release: 1%{?dist}
|
2019-05-09 14:21:17 +00:00
|
|
|
URL: https://github.com/freeipa/ansible-freeipa
|
2023-03-10 11:34:52 +00:00
|
|
|
License: GPL-3.0-or-later
|
2019-05-09 14:21:17 +00:00
|
|
|
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
2024-07-01 14:04:54 +00:00
|
|
|
Requires: ansible-core >= 2.15.0
|
|
|
|
BuildRequires: ansible-core >= 1.15.0
|
2024-05-28 13:02:46 +00:00
|
|
|
BuildRequires: python
|
|
|
|
Provides: ansible-collection-%{collection_namespace}-%{collection_name} = %{version}-%{release}
|
|
|
|
Provides: ansible-freeipa-tests
|
|
|
|
Obsoletes: ansible-freeipa-tests < 1.12.1-2
|
2019-05-09 14:21:17 +00:00
|
|
|
|
|
|
|
%description
|
2024-05-28 13:02:46 +00:00
|
|
|
Ansible collection %{collection_namespace}.%{collection_name} providing
|
|
|
|
roles to install and uninstall FreeIPA servers, replicas and clients, roles
|
|
|
|
for backups and SmartCard configuration, modules for management and also
|
2022-09-12 08:23:14 +00:00
|
|
|
playbooks for all roles and modules.
|
2021-12-07 13:44:57 +00:00
|
|
|
|
|
|
|
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.
|
2019-05-09 14:21:17 +00:00
|
|
|
|
|
|
|
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
|
2020-11-26 08:55:10 +00:00
|
|
|
- Backup and restore, also to and from controller
|
2022-06-24 13:32:31 +00:00
|
|
|
- Smartcard setup for servers and clients
|
2024-05-28 13:02:46 +00:00
|
|
|
- Inventory plugin freeipa
|
2021-06-01 14:52:55 +00:00
|
|
|
- Modules for automembership rule management
|
2022-01-21 16:14:53 +00:00
|
|
|
- Modules for automount key management
|
2021-12-28 14:31:22 +00:00
|
|
|
- Modules for automount location management
|
2022-01-21 16:14:53 +00:00
|
|
|
- Modules for automount map management
|
2023-06-12 11:48:12 +00:00
|
|
|
- Modules for certificate management
|
2020-10-09 13:40:06 +00:00
|
|
|
- Modules for config management
|
|
|
|
- Modules for delegation management
|
|
|
|
- Modules for dns config management
|
2020-04-27 11:26:21 +00:00
|
|
|
- Modules for dns forwarder management
|
2020-06-11 17:11:28 +00:00
|
|
|
- Modules for dns record management
|
2020-04-27 11:26:21 +00:00
|
|
|
- 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
|
2023-11-27 13:23:00 +00:00
|
|
|
- Modules for idoverridegroup management
|
|
|
|
- Modules for idoverrideuser management
|
|
|
|
- Modules for idp management
|
2022-04-29 16:37:30 +00:00
|
|
|
- Modules for idrange management
|
2023-11-27 13:23:00 +00:00
|
|
|
- Modules for idview management
|
2020-10-09 13:40:06 +00:00
|
|
|
- Modules for location management
|
2022-12-06 09:23:14 +00:00
|
|
|
- Modules for netgroup management
|
2020-11-26 08:55:10 +00:00
|
|
|
- Modules for permission management
|
2020-10-09 13:40:06 +00:00
|
|
|
- Modules for privilege management
|
2020-04-27 11:26:21 +00:00
|
|
|
- Modules for pwpolicy management
|
2020-10-09 13:40:06 +00:00
|
|
|
- Modules for role management
|
|
|
|
- Modules for self service management
|
2021-06-01 14:52:55 +00:00
|
|
|
- Modules for server management
|
2020-04-27 11:26:21 +00:00
|
|
|
- Modules for service management
|
2022-04-29 16:37:30 +00:00
|
|
|
- Modules for service delegation rule management
|
|
|
|
- Modules for service delegation target management
|
2020-04-27 11:26:21 +00:00
|
|
|
- Modules for sudocmd management
|
|
|
|
- Modules for sudocmdgroup management
|
|
|
|
- Modules for sudorule management
|
|
|
|
- Modules for topology management
|
2021-06-01 14:52:55 +00:00
|
|
|
- Modules for trust management
|
2020-04-27 11:26:21 +00:00
|
|
|
- Modules for user management
|
|
|
|
- Modules for vault management
|
2019-05-09 14:21:17 +00:00
|
|
|
|
|
|
|
Supported FreeIPA Versions
|
|
|
|
|
|
|
|
FreeIPA versions 4.6 and up are supported by all roles.
|
|
|
|
|
2021-12-07 13:44:57 +00:00
|
|
|
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.
|
|
|
|
|
2019-05-09 14:21:17 +00:00
|
|
|
Supported Distributions
|
|
|
|
|
|
|
|
- RHEL/CentOS 7.4+
|
|
|
|
- Fedora 26+
|
|
|
|
- Ubuntu
|
2020-04-27 11:26:21 +00:00
|
|
|
- Debian 10+ (ipaclient only, no server or replica!)
|
2019-05-09 14:21:17 +00:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
|
|
|
|
Controller
|
2023-11-27 13:23:00 +00:00
|
|
|
- Ansible version: 2.13+
|
2019-05-09 14:21:17 +00:00
|
|
|
|
|
|
|
Node
|
|
|
|
- Supported FreeIPA version (see above)
|
|
|
|
- Supported distribution (needed for package installation only, see above)
|
|
|
|
|
|
|
|
Limitations
|
|
|
|
|
2020-04-27 11:26:21 +00:00
|
|
|
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.
|
|
|
|
|
2019-05-09 14:21:17 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2019-07-09 10:14:12 +00:00
|
|
|
# Do not create backup files with patches
|
2020-12-02 13:29:24 +00:00
|
|
|
|
2019-05-09 14:21:17 +00:00
|
|
|
# Fix python modules and module utils:
|
|
|
|
# - Remove shebang
|
|
|
|
# - Remove execute flag
|
2022-12-06 09:23:14 +00:00
|
|
|
for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py;
|
|
|
|
do
|
2020-10-09 13:40:06 +00:00
|
|
|
sed -i '1{/\/usr\/bin\/python*/d;}' $i
|
2023-06-12 11:48:12 +00:00
|
|
|
sed -i '1{/\/usr\/bin\/env python*/d;}' $i
|
2019-05-09 14:21:17 +00:00
|
|
|
chmod a-x $i
|
|
|
|
done
|
2020-10-09 13:40:06 +00:00
|
|
|
|
2022-12-06 09:23:14 +00:00
|
|
|
for i in utils/*.py utils/new_module utils/changelog utils/ansible-doc-test;
|
2020-11-26 08:55:10 +00:00
|
|
|
do
|
2020-10-09 13:40:06 +00:00
|
|
|
sed -i '{s@/usr/bin/python*@%{python}@}' $i
|
2023-06-12 11:48:12 +00:00
|
|
|
sed -i '{s@/usr/bin/env python*@%{python}@}' $i
|
2020-10-09 13:40:06 +00:00
|
|
|
done
|
2019-05-09 14:21:17 +00:00
|
|
|
|
2020-12-02 13:29:24 +00:00
|
|
|
|
2019-05-09 14:21:17 +00:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2024-05-28 13:02:46 +00:00
|
|
|
# Create collection and install to %{buildroot}%{ansible_collections_dir}
|
|
|
|
# ansible-galaxy collection install creates ansible_collections directory
|
|
|
|
# automatically in given path, therefore /..
|
|
|
|
utils/build-galaxy-release.sh -o "%{version}" -p %{buildroot}%{ansible_collections_dir}/.. %{collection_namespace} %{collection_name}
|
|
|
|
|
|
|
|
cp %{buildroot}/%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}/README.md .
|
2020-10-09 13:40:06 +00:00
|
|
|
|
2019-05-09 14:21:17 +00:00
|
|
|
%files
|
|
|
|
%license COPYING
|
2024-05-28 13:02:46 +00:00
|
|
|
%doc README.md
|
|
|
|
%dir %{ansible_collections_dir}/%{collection_namespace}
|
|
|
|
%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}
|
2019-05-09 14:21:17 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-07-01 14:04:54 +00:00
|
|
|
* Mon Jul 1 2024 Thomas Woerner <twoerner@redhat.com> - 1.13.2-1
|
|
|
|
- Update to version 1.13.2
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.2
|
|
|
|
Resolves: RHEL-35566
|
|
|
|
- Convert input certificates
|
|
|
|
Resolves: RHEL-44616
|
|
|
|
- Fix rolesdeployment with IPA 4.12
|
|
|
|
Resolves: RHEL-40870
|
|
|
|
|
2024-06-24 15:35:49 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.13.1-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-05-28 13:02:46 +00:00
|
|
|
* Tue May 28 2024 Thomas Woerner <twoerner@redhat.com> - 1.13.1-1
|
|
|
|
- Update to version 1.13.1
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.0
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.1
|
|
|
|
Resolves: RHEL-35566
|
|
|
|
- New inventory plugin
|
|
|
|
Resolves: RHEL-38947
|
|
|
|
- Enable batch command as backend
|
|
|
|
Resolves: RHEL-38944
|
|
|
|
- New collection sub package
|
|
|
|
Resolves: RHEL-38930
|
|
|
|
|
|
|
|
* Thu Apr 4 2024 Thomas Woerner <twoerner@redhat.com> - 1.12.1-2
|
|
|
|
- The package now provides the Ansible collection freeipa.ansible_freeipa
|
|
|
|
- New build requires for ansible-core and python
|
|
|
|
- The tests are part of the collection, new provides and obsoletes for the
|
|
|
|
-tests sub package
|
|
|
|
|
2024-02-12 14:45:27 +00:00
|
|
|
* Mon Feb 12 2024 Thomas Woerner <twoerner@redhat.com> - 1.12.1-1
|
|
|
|
- Update to version 1.12.1
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.12.1
|
|
|
|
Highlights:
|
|
|
|
- Fix ipaserver deployment on CentOS 8 Stream
|
|
|
|
- Fix ipaclient deployment with automount
|
|
|
|
- Fix ipaclient OTP error reporting
|
|
|
|
- Add missing support for renaming groups and users
|
|
|
|
- Idempotency fixes in several modules
|
|
|
|
|
2024-01-22 23:07:57 +00:00
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-19 13:03:33 +00:00
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-11-27 13:23:00 +00:00
|
|
|
* Mon Nov 27 2023 Thomas Woerner <twoerner@redhat.com> - 1.12.0-1
|
|
|
|
- Update to version 1.12.0
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.12.0
|
|
|
|
Highlights:
|
|
|
|
- New idoverridegroup management module.
|
|
|
|
- New idoverrideuser management module.
|
|
|
|
- New idview management module.
|
|
|
|
- New idp management module.
|
|
|
|
- Bug fixes and CI improvements.
|
|
|
|
|
2023-07-24 11:14:29 +00:00
|
|
|
* Mon Jul 24 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.1-1
|
|
|
|
- Update to version 1.11.1
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.1
|
|
|
|
Highlights:
|
|
|
|
- Support for GECOS, street, smb and idp attributes in ipauser module
|
|
|
|
- Support for indirect maps in ipaautomountmap module
|
|
|
|
- Update of user_auth_type choices in ipaconfig and ipauser modules
|
|
|
|
- Update of auth_ind choices in ipahost and ipaservice modules
|
|
|
|
- Upstream test and environment enhancements
|
|
|
|
- Documentation updates
|
|
|
|
|
2023-07-19 13:21:49 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-12 11:48:12 +00:00
|
|
|
* Mon Jun 12 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.0-1
|
|
|
|
- Update to version 1.11.0
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.0
|
|
|
|
Highlights:
|
|
|
|
- Multiple service management with ipaservice module
|
|
|
|
- New ipacert module for certificate management
|
|
|
|
- Action group support for the Ansible collections on Ansible Galaxy and
|
|
|
|
Ansible AutomationHub
|
|
|
|
- Fixed maxsequence handling in ipapwpolicy module
|
|
|
|
- Even more Ansible lint driven changes
|
|
|
|
|
2023-04-05 15:19:20 +00:00
|
|
|
* Wed Apr 5 2023 Thomas Woerner <twoerner@redhat.com> - 1.10.0-1
|
|
|
|
- Update to version 1.10.0
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.10.0
|
|
|
|
Highlights:
|
|
|
|
- ipagroup: Allow multiple group management.
|
|
|
|
- ipaclient: Add subid option to select the sssd profile with-subid.
|
|
|
|
- ipaclient: Fix allow_repair with removed krb5.conf and DNS lookup.
|
|
|
|
- ipaclient: Keep server affinity while deploying by deferring the
|
|
|
|
creation the final krb5.conf.
|
|
|
|
- ipaserver: Allow deployments with random serial numbers.
|
|
|
|
- ipareplica/server: Enable removal from domain with undeployment.
|
|
|
|
- More Ansible lint fixes.
|
|
|
|
|
2023-03-10 11:34:52 +00:00
|
|
|
* Fri Mar 10 2023 Rafael Jeffman <rjeffman@redhat.com> - 1.9.2-2
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
2023-01-31 14:47:24 +00:00
|
|
|
* Tue Jan 31 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.2-1
|
|
|
|
- Update to version 1.9.2
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.2
|
|
|
|
|
2023-01-30 15:57:14 +00:00
|
|
|
* Mon Jan 30 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.1-1
|
|
|
|
- Update to version 1.9.1
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.1
|
|
|
|
Highlights:
|
|
|
|
- Ansible 2.14 test and lint fixes
|
|
|
|
- pwpolicy: Allow clearing policy values
|
|
|
|
- More bug fixes
|
|
|
|
|
2023-01-18 21:48:28 +00:00
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-06 09:23:14 +00:00
|
|
|
* Tue Dec 6 2022 Thomas Woerner <twoerner@redhat.com> - 1.9.0-1
|
|
|
|
- Update to version 1.9.0
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.0
|
|
|
|
Highlights:
|
|
|
|
- New netgroup management module
|
|
|
|
- sudorule: Add support for 'hostmask' parameter
|
|
|
|
- pwpolicy: Add support for password check and grace limit
|
|
|
|
- ipaclient: No kinit on controller for deployment using OTP
|
|
|
|
- ipaclient: Configure DNS resolver
|
|
|
|
- Support for ansible-core 2.14 tests
|
|
|
|
|
2022-09-12 08:23:14 +00:00
|
|
|
* Mon Sep 12 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.4-1
|
|
|
|
- Update to version 1.8.4
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.4
|
|
|
|
|
2022-08-16 13:27:37 +00:00
|
|
|
* Tue Aug 16 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.3-1
|
|
|
|
- Update to version 1.8.3
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.3
|
|
|
|
|
2022-07-28 12:44:17 +00:00
|
|
|
* Thu Jul 28 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.2-1
|
|
|
|
- Update to version 1.8.2
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.2
|
|
|
|
|
2022-07-20 20:52:55 +00:00
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-07 09:22:47 +00:00
|
|
|
* Thu Jul 7 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.1-1
|
|
|
|
- Update to version 1.8.1
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.1
|
|
|
|
|
2022-06-24 13:32:31 +00:00
|
|
|
* Fri Jun 24 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.0-1
|
|
|
|
- Update to version 1.8.0
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.0
|
|
|
|
|
2022-04-29 16:37:30 +00:00
|
|
|
* 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
|
|
|
|
- Update to version 1.6.3
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.3
|
|
|
|
|
2022-01-26 14:57:57 +00:00
|
|
|
* 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
|
|
|
|
|
2022-01-21 16:14:53 +00:00
|
|
|
* 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
|
|
|
|
- Update to version 1.6.0
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.0
|
|
|
|
|
2022-01-19 21:19:21 +00:00
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-12-28 14:31:22 +00:00
|
|
|
* Tue Dec 28 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
|
|
|
|
- Update to version 1.5.2
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.2
|
|
|
|
- Update to version 1.5.1
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.1
|
|
|
|
|
2021-12-07 13:44:57 +00:00
|
|
|
* Tue Dec 7 2021 Thomas Woerner <twoerner@redhat.com> - 1.5.0-1
|
|
|
|
- Update to version 1.5.0
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.0
|
|
|
|
|
2021-10-06 10:48:18 +00:00
|
|
|
* Wed Oct 6 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
|
|
|
|
|
2021-07-21 17:37:23 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-14 13:33:00 +00:00
|
|
|
* Wed Jul 14 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.8-1
|
|
|
|
- Update to version 0.3.8
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.8
|
|
|
|
- Update to version 0.3.7
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.7
|
|
|
|
|
2021-06-01 14:52:55 +00:00
|
|
|
* Tue Jun 1 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
|
|
|
|
|
2021-03-03 10:02:06 +00:00
|
|
|
* Wed Mar 3 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
|
|
|
|
|
2021-01-26 00:08:40 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-18 14:20:50 +00:00
|
|
|
* 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
|
|
|
|
|
2020-12-02 13:29:24 +00:00
|
|
|
* Wed Dec 2 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
|
|
|
|
|
2020-12-01 11:58:41 +00:00
|
|
|
* Tue Dec 1 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.0-2
|
|
|
|
- Ship ipabackup role for backup and restore
|
|
|
|
|
2020-11-26 08:55:10 +00:00
|
|
|
* 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
|
|
|
|
|
2020-10-09 13:40:06 +00:00
|
|
|
* 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
|
|
|
|
|
2020-07-27 12:04:53 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-15 09:00:02 +00:00
|
|
|
* Mon Jun 15 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-1
|
|
|
|
- Update to version 0.1.12 bug fix only release
|
|
|
|
|
2020-06-11 17:11:28 +00:00
|
|
|
* 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
|
|
|
|
|
2020-04-27 11:26:21 +00:00
|
|
|
* Mon Apr 27 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.10-1
|
|
|
|
- Update to version 0.1.10 with fixes and additional modules
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.10
|
|
|
|
|
2020-03-16 13:07:29 +00:00
|
|
|
* 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
|
|
|
|
|
2020-01-28 11:36:54 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-20 16:44:36 +00:00
|
|
|
* 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
|
|
|
|
|
2019-07-24 17:56:35 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-23 09:13:08 +00:00
|
|
|
* 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
|
|
|
|
|
2019-07-09 10:14:12 +00:00
|
|
|
* Tue Jul 9 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
|
|
|
|
|
2019-07-09 10:09:00 +00:00
|
|
|
* Tue Jul 9 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
|
|
|
|
|
2019-05-09 14:21:17 +00:00
|
|
|
* Mon May 6 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.1-1
|
|
|
|
- Initial package
|