Name: | ansible |
---|---|
Version: | 2.5.0 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 47753196 |
License: | GPLv3+ |
RPM: | ansible-2.5.0-2.el7.noarch.rpm |
Source RPM: | ansible-2.5.0-2.el7.src.rpm |
Build Date: | Tue Apr 10 2018 |
Build Host: | x86-ol6-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://ansible.com |
Summary: | SSH-based configuration management, deployment, and task execution system |
Description: | Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically. |
- Some additional python3 fixes. Thanks churchyard!
- Update to 2.5.0. Fixes bug #1559852 - Spec changes/improvements with tests, docs, and conditionals.
- Don't build and ship Python 2 bits on EL > 7 and Fedora > 29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update to 2.4.3. See https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md for full changes.
- Update conditional
- Update to 2.4.2. See https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md for full changes.
- Add PR to conditionalize docs building. Thanks tibbs! - Fix up el6 patches
- Update to 2.4.1
- Fix Python3 subpackage to symlink to the python3 versions of the scripts instead of the python2 version