Name: | ansible |
---|---|
Version: | 2.4.2.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 40058981 |
License: | GPLv3+ |
RPM: | ansible-2.4.2.0-1.el7.noarch.rpm |
Source RPM: | ansible-2.4.2.0-1.el7.src.rpm |
Build Date: | Tue Jan 23 2018 |
Build Host: | x86-ol6-builder-06.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. |
- 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
- Rebase rhel6 jinja2 patch. - Conditionalize jmespath to work around amazon linux issues. Fixes bug #1494640
- Update to 2.4.0.
- Update to 2.3.2. Fixes bugs #1471017 #1461116 #1465586
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Update to 2.3.1.0.
- Update backported patch to the one actually merged upstream