- 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#2010622 - Add module to manage automount maps Resolves: RHBZ#2040701 - Add module to manage automount keys Resolves: RHBZ#2040702
This commit is contained in:
parent
16b5610a18
commit
e82c21357c
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/ansible-freeipa-0.3.8.tar.gz
|
/ansible-freeipa-0.3.8.tar.gz
|
||||||
/ansible-freeipa-0.4.0.tar.gz
|
/ansible-freeipa-0.4.0.tar.gz
|
||||||
/ansible-freeipa-1.5.3.tar.gz
|
/ansible-freeipa-1.5.3.tar.gz
|
||||||
|
/ansible-freeipa-1.6.1.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.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/freeipa/ansible-freeipa
|
URL: https://github.com/freeipa/ansible-freeipa
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -33,7 +33,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
|
||||||
@ -83,8 +85,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)
|
||||||
@ -169,6 +169,16 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
|||||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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#2010622
|
||||||
|
- Add module to manage automount maps
|
||||||
|
Resolves: RHBZ#2040701
|
||||||
|
- Add module to manage automount keys
|
||||||
|
Resolves: RHBZ#2040702
|
||||||
|
|
||||||
* 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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansible-freeipa-1.5.3.tar.gz) = be024c28048e7ca75125898da58e4bb292ceac49c66f1b29255f397d5e1ca7ed6bd968280ad1b900e64fa69094f1eaec02df0e99021ee1441cfc072c00d4d063
|
SHA512 (ansible-freeipa-1.6.1.tar.gz) = 575e5dde7212ceccb71820819f08bd0572e1c7f8d38191cad2bd00645356a7d665b960fb80814bbb90e89f028259a10fa9117576072a4c2c2162929aee253ab6
|
||||||
|
Loading…
Reference in New Issue
Block a user