import ansible-freeipa-1.6.3-1.el8
This commit is contained in:
parent
60a714498b
commit
3e3d8876ef
@ -1 +1 @@
|
|||||||
d0b1cc5bde1ccce4c4d3c7b27f808c2386f94274 SOURCES/ansible-freeipa-1.5.3.tar.gz
|
7f143f7b2263b6de41c41bba9aea905d17242efb SOURCES/ansible-freeipa-1.6.3.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ansible-freeipa-1.5.3.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
|
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||||
Name: ansible-freeipa
|
Name: ansible-freeipa
|
||||||
Version: 1.5.3
|
Version: 1.6.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/freeipa/ansible-freeipa
|
URL: https://github.com/freeipa/ansible-freeipa
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -30,7 +30,9 @@ Features
|
|||||||
- Repair mode for clients
|
- Repair mode for clients
|
||||||
- Backup and restore, also to and from controller
|
- Backup and restore, also to and from controller
|
||||||
- Modules for automembership rule management
|
- Modules for automembership rule management
|
||||||
|
- Modules for automount key management
|
||||||
- Modules for automount location management
|
- Modules for automount location management
|
||||||
|
- Modules for automount map management
|
||||||
- Modules for config management
|
- Modules for config management
|
||||||
- Modules for delegation management
|
- Modules for delegation management
|
||||||
- Modules for dns config management
|
- Modules for dns config management
|
||||||
@ -80,8 +82,6 @@ Requirements
|
|||||||
- Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection)
|
- 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
|
is used
|
||||||
- python3-gssapi is required on the controller if a one time password (OTP)
|
|
||||||
is used with keytab to install the client.
|
|
||||||
|
|
||||||
Node
|
Node
|
||||||
- Supported FreeIPA version (see above)
|
- Supported FreeIPA version (see above)
|
||||||
@ -166,6 +166,29 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
|||||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 29 2021 Thomas Woerner <twoerner@redhat.com> - 1.5.3-1
|
||||||
- Update to version 1.5.3
|
- 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.3
|
||||||
|
Loading…
Reference in New Issue
Block a user