Blame SPECS/ansible-freeipa.spec

aa04dd
# Turn off automatic python byte compilation because these are Ansible
aa04dd
# roles and the files are transferred to the node and compiled there with
aa04dd
# the python version used in the node
aa04dd
%define __brp_python_bytecompile %{nil}
aa04dd
aa04dd
%global python %{__python3}
aa04dd
aa04dd
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
aa04dd
Name: ansible-freeipa
b75ddb
Version: 1.9.2
5f58d4
Release: 1%{?dist}
aa04dd
URL: https://github.com/freeipa/ansible-freeipa
aa04dd
License: GPLv3+
aa04dd
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
aa04dd
BuildArch: noarch
aa04dd
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
aa04dd
Requires: ansible-core
aa04dd
%endif
aa04dd
aa04dd
%description
b75ddb
Ansible roles to install and uninstall FreeIPA servers, replicas and clients,
b75ddb
roles for backups and SmartCard configuration, modules for management and also
b75ddb
playbooks for all roles and modules.
2540b0
2540b0
Note: The Ansible playbooks and roles require a configured Ansible environment
2540b0
where the Ansible nodes are reachable and are properly set up to have an IP
2540b0
address and a working package manager.
aa04dd
aa04dd
Features
aa04dd
aa04dd
- Server, replica and client deployment
aa04dd
- Cluster deployments: Server, replicas and clients in one playbook
aa04dd
- One-time-password (OTP) support for client installation
aa04dd
- Repair mode for clients
aa04dd
- Backup and restore, also to and from controller
c67641
- Smartcard setup for servers and clients
aa04dd
- Modules for automembership rule management
afa1eb
- Modules for automount key management
2540b0
- Modules for automount location management
afa1eb
- Modules for automount map management
aa04dd
- Modules for config management
aa04dd
- Modules for delegation management
aa04dd
- Modules for dns config management
aa04dd
- Modules for dns forwarder management
aa04dd
- Modules for dns record management
aa04dd
- Modules for dns zone management
aa04dd
- Modules for group management
aa04dd
- Modules for hbacrule management
aa04dd
- Modules for hbacsvc management
aa04dd
- Modules for hbacsvcgroup management
aa04dd
- Modules for host management
aa04dd
- Modules for hostgroup management
c67641
- Modules for idrange management
aa04dd
- Modules for location management
b75ddb
- Modules for netgroup management
aa04dd
- Modules for permission management
aa04dd
- Modules for privilege management
aa04dd
- Modules for pwpolicy management
aa04dd
- Modules for role management
aa04dd
- Modules for self service management
aa04dd
- Modules for server management
aa04dd
- Modules for service management
c67641
- Modules for service delegation rule management
c67641
- Modules for service delegation target management
aa04dd
- Modules for sudocmd management
aa04dd
- Modules for sudocmdgroup management
aa04dd
- Modules for sudorule management
aa04dd
- Modules for topology management
aa04dd
- Modules for trust management
aa04dd
- Modules for user management
aa04dd
- Modules for vault management
aa04dd
aa04dd
Supported FreeIPA Versions
aa04dd
aa04dd
FreeIPA versions 4.6 and up are supported by all roles.
aa04dd
2540b0
The client role supports versions 4.4 and up, the server role is working with
2540b0
versions 4.5 and up, the replica role is currently only working with versions
2540b0
4.6 and up.
2540b0
aa04dd
Supported Distributions
aa04dd
aa04dd
- RHEL/CentOS 7.4+
aa04dd
- Fedora 26+
aa04dd
- Ubuntu
aa04dd
- Debian 10+ (ipaclient only, no server or replica!)
aa04dd
aa04dd
Requirements
aa04dd
aa04dd
  Controller
aa04dd
  - Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection)
aa04dd
aa04dd
  Node
aa04dd
  - Supported FreeIPA version (see above)
aa04dd
  - Supported distribution (needed for package installation only, see above)
aa04dd
aa04dd
Limitations
aa04dd
aa04dd
External signed CA is now supported. But the currently needed two step process
aa04dd
is an issue for the processing in a simple playbook.
aa04dd
Work is planned to have a new method to handle CSR for external signed CAs in
aa04dd
a separate step before starting the server installation.
aa04dd
aa04dd
aa04dd
%package tests
aa04dd
Summary: ansible-freeipa tests
aa04dd
Requires: %{name} = %{version}-%{release}
aa04dd
aa04dd
%description tests
aa04dd
ansible-freeipa tests.
aa04dd
aa04dd
Please have a look at %{_datadir}/ansible-freeipa/requirements-tests.txt
aa04dd
to get the needed requrements to run the tests.
aa04dd
aa04dd
aa04dd
%prep
aa04dd
%setup -q
aa04dd
# Do not create backup files with patches
aa04dd
aa04dd
# Fix python modules and module utils:
aa04dd
# - Remove shebang
aa04dd
# - Remove execute flag
b75ddb
for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py;
b75ddb
do
aa04dd
    sed -i '1{/\/usr\/bin\/python*/d;}' $i
aa04dd
    chmod a-x $i
aa04dd
done
aa04dd
b75ddb
for i in utils/*.py utils/new_module utils/changelog utils/ansible-doc-test;
aa04dd
do
aa04dd
    sed -i '{s@/usr/bin/python*@%{python}@}' $i
aa04dd
done
aa04dd
aa04dd
aa04dd
%build
aa04dd
aa04dd
%install
aa04dd
install -m 755 -d %{buildroot}%{_datadir}/ansible/roles/
aa04dd
cp -rp roles/ipaserver %{buildroot}%{_datadir}/ansible/roles/
aa04dd
cp -rp roles/ipaserver/README.md README-server.md
aa04dd
cp -rp roles/ipareplica %{buildroot}%{_datadir}/ansible/roles/
aa04dd
cp -rp roles/ipareplica/README.md README-replica.md
aa04dd
cp -rp roles/ipaclient %{buildroot}%{_datadir}/ansible/roles/
aa04dd
cp -rp roles/ipaclient/README.md README-client.md
aa04dd
cp -rp roles/ipabackup %{buildroot}%{_datadir}/ansible/roles/
aa04dd
cp -rp roles/ipabackup/README.md README-backup.md
c67641
cp -rp roles/ipasmartcard_server %{buildroot}%{_datadir}/ansible/roles/
c67641
cp -rp roles/ipasmartcard_server/README.md README-smartcard_server.md
c67641
cp -rp roles/ipasmartcard_client %{buildroot}%{_datadir}/ansible/roles/
c67641
cp -rp roles/ipasmartcard_client/README.md README-smartcard_client.md
aa04dd
install -m 755 -d %{buildroot}%{_datadir}/ansible/plugins/
aa04dd
cp -rp plugins/* %{buildroot}%{_datadir}/ansible/plugins/
aa04dd
aa04dd
install -m 755 -d %{buildroot}%{_datadir}/ansible-freeipa
aa04dd
cp requirements*.txt %{buildroot}%{_datadir}/ansible-freeipa/
aa04dd
cp -rp utils %{buildroot}%{_datadir}/ansible-freeipa/
aa04dd
install -m 755 -d %{buildroot}%{_datadir}/ansible-freeipa/tests
aa04dd
cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
aa04dd
aa04dd
%files
aa04dd
%license COPYING
aa04dd
%{_datadir}/ansible/roles/ipaserver
aa04dd
%{_datadir}/ansible/roles/ipareplica
aa04dd
%{_datadir}/ansible/roles/ipaclient
aa04dd
%{_datadir}/ansible/roles/ipabackup
c67641
%{_datadir}/ansible/roles/ipasmartcard_server
c67641
%{_datadir}/ansible/roles/ipasmartcard_client
5f58d4
%{_datadir}/ansible/plugins/doc_fragments
aa04dd
%{_datadir}/ansible/plugins/module_utils
aa04dd
%{_datadir}/ansible/plugins/modules
aa04dd
%doc README*.md
aa04dd
%doc playbooks
aa04dd
%{_datadir}/ansible-freeipa/requirements.txt
aa04dd
%{_datadir}/ansible-freeipa/requirements-dev.txt
aa04dd
%{_datadir}/ansible-freeipa/utils
aa04dd
aa04dd
%files tests
aa04dd
%{_datadir}/ansible-freeipa/tests
aa04dd
%{_datadir}/ansible-freeipa/requirements-tests.txt
aa04dd
aa04dd
%changelog
b75ddb
* Tue Jan 31 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.2-1
b75ddb
- Update to version 1.9.2
b75ddb
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.2
b75ddb
  Resolves: RHBZ#2125592
b75ddb
- ipabackup: Use ipabackup_item again in copy_backup_to_server
b75ddb
  Resolves: RHBZ#2165953
b75ddb
b75ddb
* Mon Jan 30 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.1-1
b75ddb
- Update to version 1.9.1
b75ddb
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.1
b75ddb
  Resolves: RHBZ#2125592
b75ddb
- pwpolicy: Allow clearing policy values
b75ddb
  Resolves: RHBZ#2150334
b75ddb
- Use netgroup_find instead of netgroup_show to workaround IPA bug
b75ddb
  Resolves: RHBZ#2144725
b75ddb
b75ddb
* Wed Dec  7 2022 Thomas Woerner <twoerner@redhat.com> - 1.9.0-1
b75ddb
- Update to version 1.9.0
b75ddb
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.0
b75ddb
  Related: RHBZ#2125592
b75ddb
- pwpolicy: Add support for password check and grace limit
b75ddb
  Resolves: RHBZ#2127911
b75ddb
- ipaconfig: Do not allow enable_sid set to False
b75ddb
  Resolves: RHBZ#2127446
b75ddb
- ipaclient: No kinit on controller for deployment using OTP
b75ddb
  Resolves: RHBZ#2127887
b75ddb
- ipaclient: Configure DNS resolver
b75ddb
  Resolves: RHBZ#2127895
b75ddb
- New netgroup management module
b75ddb
  Resolves: RHBZ#2127910
b75ddb
- sudorule: Add support for 'hostmask' parameter
b75ddb
  Resolves: RHBZ#2127913
b75ddb
- ipaconfig: Fix fail_json calls
b75ddb
  Resolves: RHBZ#2134375
b75ddb
- ipaconfig: Do not require enable_sid for add_sids or netbios_name
b75ddb
  Resolves: RHBZ#2134505
b75ddb
- ipaserver: Add missing idstart check
b75ddb
  Resolves: RHBZ#2132731
b75ddb
b75ddb
* Mon Sep 12 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.4-1
b75ddb
- Update to version 1.8.4
b75ddb
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.4
b75ddb
  Resolves: RHBZ#2125592
b75ddb
- 'ansible-doc' -l lists most idm modules as 'UNDOCUMENTED'
b75ddb
  Resolves: RHBZ#2125603
b75ddb
- ansible-freeipa Replica Install Setup DNS fails
b75ddb
  Resolves: RHBZ#2125616
b75ddb
- ipaconfig does not support SID and netbios attributes
b75ddb
  Resolves: RHBZ#2069184
b75ddb
c67641
* Tue Aug 16 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.3-1
c67641
- Update to version 1.8.3
c67641
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.3
c67641
  Related: RHBZ#2080322
c67641
- Fixes replica deployment issue for domains without SID support.
c67641
  Related: RHBZ#2110478
c67641
c67641
* Thu Jul 28 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.2-1
c67641
- Update to version 1.8.2
c67641
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.2
c67641
  Related: RHBZ#2080322
c67641
- SIDs are always generated for server and replica deployments
c67641
  Resolves: RHBZ#2110478
c67641
- Random Serial Numbers are not enabled by default any more
c67641
  Resolves: RHBZ#2110523
c67641
- Fixes comparison of bool values in IPA 4.9.10+ for ipadnsconfig
c67641
  Resolves: RHBZ#2110538
c67641
c67641
* Thu Jul  7 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.1-1
c67641
- Update to version 1.8.1
c67641
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.1
c67641
  Related: RHBZ#2080322
c67641
- ipa server deploys failing with latest IPA compose
c67641
  Resolves: RHBZ#2103924
c67641
- ipaserver_external_cert_files failes to copy with ansible 2.13
c67641
  Resolves: RHBZ#2104142
c67641
c67641
* Fri Jun 24 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.0-1
c67641
- idrange: Fix usage of dom_name when idrange doesn't exist.
c67641
  Resolves: RHBZ#2086994
c67641
- smartcard roles for ansible-freeipa
c67641
  Resolves: RHBZ#2076567
c67641
c67641
* Fri Apr 29 2022 Thomas Woerner <twoerner@redhat.com> - 1.7.0-1
c67641
- Update to version 1.7.0
c67641
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.7.0
c67641
  Resolves: RHBZ#2080322
c67641
- New idrange management module.
c67641
  Resolves: RHBZ#2069188
c67641
- Not able to update empty descriptions in automount maps.a
c67641
  Resolves: RHBZ#2050179
c67641
- New servicedelegationrule management module.
c67641
  Resolves: RHBZ#2069179
c67641
- New servicedelegationtarget management module.
c67641
  Resolves: RHBZ#2069180
c67641
- Add support for managing idoverrideusers in ipagroup.
c67641
  Resolves: RHBZ#2069183
c67641
afa1eb
* Thu Jan 27 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.3-1
afa1eb
- Update to version 1.6.3
afa1eb
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.3
afa1eb
  Related: RHBZ#2010622
afa1eb
afa1eb
* Wed Jan 26 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.2-1
afa1eb
- Update to version 1.6.2
afa1eb
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.2
afa1eb
  Related: RHBZ#2010622
afa1eb
afa1eb
* Fri Jan 21 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.1-1
afa1eb
- Update to version 1.6.1
afa1eb
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.1
afa1eb
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.0
afa1eb
  Related: RHBZ#2010622
afa1eb
- Add module to manage automount maps
afa1eb
  Resolves: RHBZ#2040701
afa1eb
- Add module to manage automount keys
afa1eb
  Resolves: RHBZ#2040702
afa1eb
2540b0
* Wed Dec 29 2021 Thomas Woerner <twoerner@redhat.com> - 1.5.3-1
2540b0
- Update to version 1.5.3
2540b0
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.3
2540b0
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.2
2540b0
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.1
2540b0
  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.0
2540b0
  Related: RHBZ#2010622
2540b0
- automember set default group/hostgroup is missing from the automember module
2540b0
  Resolves: RHBZ#2021947
2540b0
- automember remove default group/hostgroup is missing from the automember
2540b0
  module
2540b0
  Resolves: RHBZ#2021952
2540b0
- automember rebuild is missing from the automember module
2540b0
  Resolves: RHBZ#2021954
2540b0
- automember remove orphans group/hostgroup is missing from the automember
2540b0
  module
2540b0
  Resolves: RHBZ#2021955
2540b0
- Not able to update existing automember rule description
2540b0
  Resolves: RHBZ#1976922
2540b0
5f58d4
* Tue Oct  5 2021 Thomas Woerner <twoerner@redhat.com> - 0.4.0-1
5f58d4
- Update to version 0.4.0
5f58d4
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.4.0
5f58d4
  Resolves: RHBZ#2010622
5f58d4
- Add ability to run modules remotely
5f58d4
  Resolves: RHBZ#2010633
5f58d4
- New management module ipaautomountlocation
5f58d4
  Resolves: RHBZ#2010643
5f58d4
aa04dd
* Mon Aug 16 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.8-3
aa04dd
- Add requirement for ansible-core
aa04dd
  Resolves: RHBZ#1993857
aa04dd
- Remove python3, pip and ansible installation from sanity test
aa04dd
  Related: RHBZ#1993857
aa04dd
- Replace json_query in tests/user/test_users_absent.yml
aa04dd
  Resolves: RHBZ#1992997
aa04dd
aa04dd
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.8-2
aa04dd
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
aa04dd
  Related: rhbz#1991688
aa04dd
aa04dd
* Thu Jul 15 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.8-1
aa04dd
- Update to version 0.3.7 and 0.3.8
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.7
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.8
aa04dd
  Related: RHBZ#1972178
aa04dd
- automember: Verify condition keys
aa04dd
  Resolves: RHBZ#1981713
aa04dd
- automember: Fix result["failed"] issues with conditions
aa04dd
  Resolves: RHBZ#1981713
aa04dd
- automember: Fix action to be automember or member, not service
aa04dd
  Resolves: RHBZ#1981711
aa04dd
aa04dd
* Thu Jun 17 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-3
aa04dd
- Apply fix for ipabackup: Use module to get IPA_BACKUP_DIR from ipaplatform
aa04dd
  Resolves: RRBZ#1973173
aa04dd
aa04dd
* Mon Jun  7 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-1
aa04dd
- Update to version 0.3.6
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.6
aa04dd
  Resolves: RHBZ#1972178
aa04dd
- ansible-freeipa-tests not in the compose
aa04dd
  Resolves: RHBZ#1940014
aa04dd
- Remove unsupported parameter for (ipapermission) module: perm_rights from
aa04dd
  permission-present.yml
aa04dd
  Resolves: RHBZ#1973167
aa04dd
- Sample playbook included for selfservice module is incorrect
aa04dd
  Resolves: RHBZ#1973166
aa04dd
- ipa-client-install failing with error code 7(keytab: /usr/sbin/ipa-rmkeytab
aa04dd
  returned 7)
aa04dd
  Resolves: RHBZ#1973169
aa04dd
- New management module ipaserver
aa04dd
  Resolves: RHBZ#1973171
aa04dd
- New management module ipaautomember
aa04dd
  Resolves: RHBZ#1973172
aa04dd
aa04dd
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.5-2
aa04dd
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
aa04dd
aa04dd
* Wed Mar  3 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.5-1
aa04dd
- Update to version 0.3.5
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.5
aa04dd
aa04dd
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
aa04dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
aa04dd
aa04dd
* Mon Jan 18 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.4-1
aa04dd
- Update to version 0.3.4
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.4
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.3
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.2
aa04dd
aa04dd
* Wed Dec  2 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.1-1
aa04dd
- Update to version 0.3.1
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.1
aa04dd
- ipabackup: Fix undefined vars for conditions in shell tasks without else
aa04dd
aa04dd
* Tue Dec  1 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.0-2
aa04dd
- Ship ipabackup role for backup and restore
aa04dd
aa04dd
* Thu Nov 26 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.0-1
aa04dd
- Update to version 0.3.0
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.0
aa04dd
aa04dd
* Fri Oct 09 2020 Thomas Woerner <twoerner@redhat.com> - 0.2.1-1
aa04dd
- Update to version 0.2.1
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.2.1
aa04dd
- Update to version 0.2.0
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.2.0
aa04dd
- New tests sub package providing upstream tests
aa04dd
- Utils in /usr/share/ansible-freeipa/utils
aa04dd
aa04dd
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-2
aa04dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
aa04dd
aa04dd
* Mon Jun 15 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.12-1
aa04dd
- Update to version 0.1.12 bug fix only release
aa04dd
aa04dd
* Thu Jun 11 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.11-1
aa04dd
- Update to version 0.1.11
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.11
aa04dd
aa04dd
* Mon Apr 27 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.10-1
aa04dd
- Update to version 0.1.10 with fixes and additional modules
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.10
aa04dd
aa04dd
* Mon Mar 16 2020 Thomas Woerner <twoerner@redhat.com> - 0.1.9-1
aa04dd
- Update to version 0.1.8 with lots of fixes and additional modules
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.9
aa04dd
aa04dd
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
aa04dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
aa04dd
aa04dd
* Fri Dec 20 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.8-1
aa04dd
- Update to version 0.1.8 with lots of fixes and additional modules
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.8
aa04dd
  https://github.com/freeipa/ansible-freeipa/releases/tag/v0.1.7
aa04dd
aa04dd
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
aa04dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
aa04dd
aa04dd
* Tue Jul 23 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.6-1
aa04dd
- Update to version 0.1.6
aa04dd
  - Lots of documentation updates in READMEs and modules
aa04dd
  - library/ipaclient_get_otp: Enable force mode for host_add call (fixes #74)
aa04dd
  - Flake8 and pylint reated fixes
aa04dd
  - Fixed wrong path to CheckedIPAddress class in ipareplica_test
aa04dd
  - Remove unused ipaserver/library/ipaserver.py
aa04dd
  - No not use wildcard imports for modules
aa04dd
  - ipareplica: Add support for pki_config_override
aa04dd
  - ipareplica: Initialize dns.ip_addresses and dns.reverse_zones for dns setup
aa04dd
  - ipareplica_prepare: Properly initialize pin and cert_name variables
aa04dd
  - ipareplica: Fail with proper error messages
aa04dd
  - ipaserver: Properly set settings related to pkcs12 files
aa04dd
  - ipaclient: RawConfigParser is not always provided by six.moves.configparser
aa04dd
  - ipaclient_setup_nss: paths.GETENT is not available before
aa04dd
    freeipa-4.6.90.pre1
aa04dd
  - ipaserver_test: Initialize value from options.zonemgr
aa04dd
  - ipareplica_setup_custodia: create_replica only available in newer releases
aa04dd
  - ipaclient: Fix typo in dnsok assignment for ipaclient_setup_nss
aa04dd
  - ipa[server,replica]: Set _packages_adtrust for Ubuntu
aa04dd
  - New build script for galaxy release
aa04dd
  - New utils script to update module docs
aa04dd
aa04dd
* Tue Jul  9 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.5-2
aa04dd
- Update README-user.md: Fixed examples, new example
aa04dd
- ipauser example playbooks: Fixed actions, new example
aa04dd
aa04dd
* Tue Jul  9 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.5-1
aa04dd
- Update to version 0.1.5
aa04dd
  - Support for IPA 4.8.0
aa04dd
  - New user management module
aa04dd
  - New group management module
aa04dd
  - ipaserver: Support external signed CA
aa04dd
  - RHEL-8 specific vars files to be able to install needed modules
aa04dd
    automatically
aa04dd
  - ipareplica: Fixes for certmonger and kra setup
aa04dd
  - New tests folder
aa04dd
  - OTP related updates to README files
aa04dd
- Updates of version 0.1.4
aa04dd
  - ipatopologysegment: Use commands, not command
aa04dd
- Updates of version 0.1.3
aa04dd
  - ipaclient_test: Fix Python2 decode use with Python3
aa04dd
  - Fixed: #86 (AttributeError: 'str' object has no attribute 'decode')
aa04dd
  - ipaclient_get_otp: Remove ansible_python_interpreter handling
aa04dd
  - ipaclient: Use omit (None) for password, keytab, no string length checks
aa04dd
  - ipaclient_join: Support to use ipaadmin_keytab without ipaclient_use_otp
aa04dd
  - ipaclient: Report error message if ipaclient_get_otp failed
aa04dd
  - Fixes #17 Improve how tasks manage package installation
aa04dd
  - ipareplica: The dm password is not needed for ipareplica_master_password
aa04dd
  - ipareplica: Use ipareplica_server if set
aa04dd
  - ipatopologysegment: Allow domain+ca suffix, new state: checked
aa04dd
  - Documentation updates
aa04dd
  - Cleanups
aa04dd
- Update of version 0.1.2
aa04dd
  - Now a new Ansible Collection
aa04dd
  - Fix gssapi requirement for OTP: It is only needed if keytab is used with
aa04dd
    OTP now.
aa04dd
  - Fix wrong ansible argument types
aa04dd
  - Do not fail on textwrap for replica deployments with CA
aa04dd
  - Ansible lint and galaxy fixes
aa04dd
  - Disable automatic removal of replication agreements in uninstall
aa04dd
  - Enable freeipa-trust service if adtrust is enabled
aa04dd
  - Add support for hidden replica
aa04dd
  - New topology managament modules
aa04dd
  - Add support for pki_config_override
aa04dd
  - Fix host name setup in server deployment
aa04dd
  - Fix errors when ipaservers variable is not set
aa04dd
  - Fix ipaclient install role length typo
aa04dd
  - Cleanups
aa04dd
aa04dd
* Mon May  6 2019 Thomas Woerner <twoerner@redhat.com> - 0.1.1-1
aa04dd
- Initial package