Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ansible-freeipa.git#edbdb246f9f5aedd45bd04e4c34b6e1d313c74ba
This commit is contained in:
parent
97fb7a9608
commit
d6f9574eac
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/ansible-freeipa-0.1.11.tar.gz
|
||||
/ansible-freeipa-0.1.12.tar.gz
|
||||
/ansible-freeipa-0.2.1.tar.gz
|
||||
/ansible-freeipa-0.3.0.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 0.2.1
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/freeipa/ansible-freeipa
|
||||
License: GPLv3+
|
||||
@ -28,6 +28,7 @@ Features
|
||||
- Cluster deployments: Server, replicas and clients in one playbook
|
||||
- One-time-password (OTP) support for client installation
|
||||
- Repair mode for clients
|
||||
- Backup and restore, also to and from controller
|
||||
- Modules for config management
|
||||
- Modules for delegation management
|
||||
- Modules for dns config management
|
||||
@ -41,6 +42,7 @@ Features
|
||||
- Modules for host management
|
||||
- Modules for hostgroup management
|
||||
- Modules for location management
|
||||
- Modules for permission management
|
||||
- Modules for privilege management
|
||||
- Modules for pwpolicy management
|
||||
- Modules for role management
|
||||
@ -54,6 +56,7 @@ Features
|
||||
- Modules for user management
|
||||
- Modules for vault management
|
||||
|
||||
|
||||
Supported FreeIPA Versions
|
||||
|
||||
FreeIPA versions 4.6 and up are supported by all roles.
|
||||
@ -114,7 +117,9 @@ for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py; do
|
||||
chmod a-x $i
|
||||
done
|
||||
|
||||
for i in utils/*.py utils/ansible-ipa-*-install utils/new_module; do
|
||||
for i in utils/*.py utils/ansible-ipa-*-install utils/new_module \
|
||||
utils/changelog utils/ansible-doc-test;
|
||||
do
|
||||
sed -i '{s@/usr/bin/python*@%{python}@}' $i
|
||||
done
|
||||
|
||||
@ -155,6 +160,10 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||
|
||||
%changelog
|
||||
* Thu Nov 26 2020 Thomas Woerner <twoerner@redhat.com> - 0.3.0-1
|
||||
- Update to version 0.3.0
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.0
|
||||
|
||||
* Fri Oct 09 2020 Thomas Woerner <twoerner@redhat.com> - 0.2.1-1
|
||||
- Update to version 0.2.1
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v0.2.1
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (ansible-freeipa-0.2.1.tar.gz) = bd52e79117f6120e9f1ba256fcfd3d33c6e1405156d02083cc20e1891cf1169fd4b1c65643bb6bd409ad70b9adfd7b745d5f9175e84fb8a7dd1a72ada5b1dd53
|
||||
SHA512 (ansible-freeipa-0.3.0.tar.gz) = 6a60b24028c8e3a47ce097d97a5f92bfb6667f785229c6134e6b8f4881d80b0cfc7ef402469f7bd6f2f5c52a5e53cbda3adf431299e96b5a75574e0c16a2bcfa
|
||||
|
Loading…
Reference in New Issue
Block a user