import ansible-freeipa-0.3.8-1.el8
This commit is contained in:
parent
9dd84f190f
commit
5535ed6fa8
@ -1 +1 @@
|
|||||||
7c66c505597de97501d68c81fc1495aa4d627879 SOURCES/ansible-freeipa-0.3.2.tar.gz
|
1d86f49f014b14a569969b4f859fb017f26de285 SOURCES/ansible-freeipa-0.3.8.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ansible-freeipa-0.3.2.tar.gz
|
SOURCES/ansible-freeipa-0.3.8.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: 0.3.2
|
Version: 0.3.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/freeipa/ansible-freeipa
|
URL: https://github.com/freeipa/ansible-freeipa
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -15,14 +15,9 @@ Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ansible-freeipa provides Ansible roles and playbooks to install and uninstall
|
Ansible roles and playbooks to install and uninstall FreeIPA servers, replicas and clients. Also modules for group, host, topology and user management.
|
||||||
FreeIPA servers, replicas and clients. Also modules for 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
|
Features
|
||||||
|
|
||||||
- Server, replica and client deployment
|
- Server, replica and client deployment
|
||||||
@ -30,6 +25,7 @@ Features
|
|||||||
- One-time-password (OTP) support for client installation
|
- One-time-password (OTP) support for client installation
|
||||||
- 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 config management
|
- Modules for config management
|
||||||
- Modules for delegation management
|
- Modules for delegation management
|
||||||
- Modules for dns config management
|
- Modules for dns config management
|
||||||
@ -48,12 +44,13 @@ Features
|
|||||||
- Modules for pwpolicy management
|
- Modules for pwpolicy management
|
||||||
- Modules for role management
|
- Modules for role management
|
||||||
- Modules for self service management
|
- Modules for self service management
|
||||||
|
- Modules for server management
|
||||||
- Modules for service management
|
- Modules for service management
|
||||||
- Modules for sudocmd management
|
- Modules for sudocmd management
|
||||||
- Modules for sudocmdgroup management
|
- Modules for sudocmdgroup management
|
||||||
- Modules for sudorule management
|
- Modules for sudorule management
|
||||||
- Modules for topology management
|
- Modules for topology management
|
||||||
- Modules fot trust management
|
- Modules for trust management
|
||||||
- Modules for user management
|
- Modules for user management
|
||||||
- Modules for vault management
|
- Modules for vault management
|
||||||
|
|
||||||
@ -61,10 +58,7 @@ Supported FreeIPA Versions
|
|||||||
|
|
||||||
FreeIPA versions 4.6 and up are supported by all roles.
|
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
|
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.
|
||||||
versions 4.5 and up, the replica role is currently only working with versions
|
|
||||||
4.6 and up.
|
|
||||||
|
|
||||||
Supported Distributions
|
Supported Distributions
|
||||||
|
|
||||||
- RHEL/CentOS 7.4+
|
- RHEL/CentOS 7.4+
|
||||||
@ -165,6 +159,49 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
|||||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
Related: RHBZ#1959875
|
||||||
|
- automember: Verify condition keys
|
||||||
|
Related: RHBZ#1976926
|
||||||
|
|
||||||
|
* Tue Jul 13 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.7-1
|
||||||
|
- Update to version 0.3.7
|
||||||
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.7
|
||||||
|
Related: RHBZ#1959875
|
||||||
|
- automember: Fix action to be automember or member, not service
|
||||||
|
Resolves: RRBZ#1976923
|
||||||
|
- automember: Fix result["failed"] issues with conditions
|
||||||
|
Resolves: RRBZ#1976926
|
||||||
|
|
||||||
|
* Wed Jun 9 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-3
|
||||||
|
- Apply fix for ipabackup: Use module to get IPA_BACKUP_DIR from ipaplatform
|
||||||
|
Related: RRBZ#1969847
|
||||||
|
|
||||||
|
* Wed Jun 9 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.6-2
|
||||||
|
- ipabackup: Use module to get IPA_BACKUP_DIR from ipaplatform
|
||||||
|
Resolves: RRBZ#1969847
|
||||||
|
|
||||||
|
* Mon Jun 7 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
|
||||||
|
Resolves: RHBZ#1959875
|
||||||
|
- ansible-freeipa-tests not in the compose
|
||||||
|
Resolves: RHBZ#1936869
|
||||||
|
- Remove unsupported parameter for (ipapermission) module: perm_rights from
|
||||||
|
permission-present.yml
|
||||||
|
Resolves: RHBZ#1921654
|
||||||
|
- Sample playbook included for selfservice module is incorrect
|
||||||
|
Resolves: RHBZ#1922060
|
||||||
|
- ipa-client-install failing with error code 7(keytab: /usr/sbin/ipa-rmkeytab
|
||||||
|
returned 7)
|
||||||
|
Resolves: RHBZ#1935123
|
||||||
|
- New management module ipaserver
|
||||||
|
Resolves: RHBZ#1966493
|
||||||
|
- New management module ipaautomember
|
||||||
|
Resolves: RHBZ#1966496
|
||||||
|
|
||||||
* Mon Jan 18 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.2-1
|
* Mon Jan 18 2021 Thomas Woerner <twoerner@redhat.com> - 0.3.2-1
|
||||||
- Update to version 0.3.2
|
- Update to version 0.3.2
|
||||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.2
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.2
|
||||||
|
Loading…
Reference in New Issue
Block a user