- Update to version 1.5.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.0
This commit is contained in:
parent
f80e5c9c01
commit
6dbf26387c
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/ansible-freeipa-0.3.6.tar.gz
|
/ansible-freeipa-0.3.6.tar.gz
|
||||||
/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.0.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.4.0
|
Version: 1.5.0
|
||||||
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,9 +15,13 @@ Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%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
|
Features
|
||||||
|
|
||||||
- Server, replica and client deployment
|
- Server, replica and client deployment
|
||||||
@ -58,7 +62,10 @@ 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 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
|
Supported Distributions
|
||||||
|
|
||||||
- RHEL/CentOS 7.4+
|
- RHEL/CentOS 7.4+
|
||||||
@ -69,15 +76,13 @@ Supported Distributions
|
|||||||
Requirements
|
Requirements
|
||||||
|
|
||||||
Controller
|
Controller
|
||||||
|
|
||||||
- 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)
|
- python3-gssapi is required on the controller if a one time password (OTP)
|
||||||
is used with keytab to install the client.
|
is used with keytab to install the client.
|
||||||
|
|
||||||
Node
|
Node
|
||||||
|
|
||||||
- Supported FreeIPA version (see above)
|
- Supported FreeIPA version (see above)
|
||||||
- Supported distribution (needed for package installation only, see above)
|
- Supported distribution (needed for package installation only, see above)
|
||||||
|
|
||||||
@ -160,6 +165,10 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
|||||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 7 2021 Thomas Woerner <twoerner@redhat.com> - 1.5.0-1
|
||||||
|
- Update to version 1.5.0
|
||||||
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.0
|
||||||
|
|
||||||
* Wed Oct 6 2021 Thomas Woerner <twoerner@redhat.com> - 0.4.0-1
|
* Wed Oct 6 2021 Thomas Woerner <twoerner@redhat.com> - 0.4.0-1
|
||||||
- Update to version 0.4.0
|
- Update to version 0.4.0
|
||||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.4.0
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.4.0
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansible-freeipa-0.4.0.tar.gz) = eb0ab68c359c24daeb590cbd3b264060f03aabb5a292b1b781fbe1ea1974831f401201fa4514bbbf8b2ccb83eab6dd0b6ff9f3f1842b7afd753de47297282d92
|
SHA512 (ansible-freeipa-1.5.0.tar.gz) = a182d6cb3cb3b8cc77efecd51b579cb12df3b6da2da14414f4e3c21241b816a86f7f2bf7f6f4fee142ff5bb1a8b21f7a143b4131d76bd4d93a3d195ee2aec672
|
||||||
|
Loading…
Reference in New Issue
Block a user