import ansible-freeipa-1.6.3-1.el8
This commit is contained in:
parent
23366a39cf
commit
ae542a677d
@ -1 +1 @@
|
||||
1d86f49f014b14a569969b4f859fb017f26de285 SOURCES/ansible-freeipa-0.3.8.tar.gz
|
||||
7f143f7b2263b6de41c41bba9aea905d17242efb SOURCES/ansible-freeipa-1.6.3.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/ansible-freeipa-0.3.8.tar.gz
|
||||
SOURCES/ansible-freeipa-1.6.3.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 0.3.8
|
||||
Version: 1.6.3
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/freeipa/ansible-freeipa
|
||||
License: GPLv3+
|
||||
@ -15,9 +15,13 @@ Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%
|
||||
BuildArch: noarch
|
||||
|
||||
%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
|
||||
|
||||
- Server, replica and client deployment
|
||||
@ -26,6 +30,9 @@ Features
|
||||
- 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
|
||||
@ -58,7 +65,10 @@ 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.
|
||||
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+
|
||||
@ -69,15 +79,11 @@ Supported Distributions
|
||||
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)
|
||||
- /usr/bin/kinit is required on the controller if a one time password (OTP)
|
||||
is used
|
||||
- python3-gssapi is required on the controller if a one time password (OTP)
|
||||
is used with keytab to install the client.
|
||||
|
||||
Node
|
||||
|
||||
- Supported FreeIPA version (see above)
|
||||
- Supported distribution (needed for package installation only, see above)
|
||||
|
||||
@ -146,6 +152,7 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible/roles/ipareplica
|
||||
%{_datadir}/ansible/roles/ipaclient
|
||||
%{_datadir}/ansible/roles/ipabackup
|
||||
%{_datadir}/ansible/plugins/doc_fragments
|
||||
%{_datadir}/ansible/plugins/module_utils
|
||||
%{_datadir}/ansible/plugins/modules
|
||||
%doc README*.md
|
||||
@ -159,6 +166,58 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||
|
||||
%changelog
|
||||
* 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#2010621
|
||||
|
||||
* 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#2010621
|
||||
|
||||
* 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#2010621
|
||||
- Add module to manage automount maps
|
||||
Resolves: RHBZ#2040462
|
||||
- Add module to manage automount keys
|
||||
Resolves: RHBZ#2040464
|
||||
- Client deploy failing with ipaadmin keytab and OTP due to latest ansible
|
||||
version
|
||||
Resolves: RHBZ#2041753
|
||||
|
||||
* 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#2010621
|
||||
- automember set default group/hostgroup is missing from the automember module
|
||||
Resolves: RHBZ#1999912
|
||||
- automember remove default group/hostgroup is missing from the automember
|
||||
module
|
||||
Resolves: RHBZ#1999913
|
||||
- automember rebuild is missing from the automember module
|
||||
Resolves: RHBZ#1999915
|
||||
- automember remove orphans group/hostgroup is missing from the automember
|
||||
module
|
||||
Resolves: RHBZ#1999916
|
||||
- Not able to update existing automember rule description
|
||||
Resolves: RHBZ#2021393
|
||||
|
||||
* Tue Oct 5 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#2010621
|
||||
- Add ability to run modules remotely
|
||||
Resolves: RHBZ#1918025
|
||||
- New management module ipaautomountlocation
|
||||
Resolves: RHBZ#2010639
|
||||
|
||||
* Tue Jul 13 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
|
||||
|
Loading…
Reference in New Issue
Block a user