Path to this page:
./
sysutils/ansible-base,
SSH-based configuration management, deployment, and task execution
Branch: CURRENT,
Version: 2.10.7,
Package name: ansible-base-2.10.7,
Maintainer: pkgsrc-usersAnsible is a radically simple IT automation system. It handles configuration
management, application deployment, cloud provisioning, ad-hoc task execution,
network automation, and multi-node orchestration. Ansible makes complex changes
like zero-downtime rolling updates with load balancers easy.
Master sites:
SHA1: ffcd8e5a1eaf6e95c4b4cb3836953b996d4131cd
RMD160: 9c013ec9b57eb07696cd69a25d219ab84eb8f7b0
Filesize: 5603.433 KB
Version history: (Expand)
- (2021-03-16) Updated to version: ansible-base-2.10.7
- (2021-03-09) Package added to pkgsrc.se, version ansible-base-2.10.6 (created)
CVS history: (Expand)
2021-03-16 09:19:47 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
ansible-base: updated to 2.10.7
v2.10.7
Minor Changes
-------------
- ansible-test - Generation of an ``egg-info`` directory, if needed, is now done \
after installing test dependencies and before running tests. When running from \
an installed version of ``ansible-test`` a temporary directory is used to avoid \
permissions issues. Previously it was done before installing test dependencies \
and adjacent to the installed directory.
- ansible-test - now makes a better attempt to support podman when calling \
``docker images`` and asking for JSON format.
Bugfixes
--------
- ConfigManager - Normalize ConfigParser between Python2 and Python3 to for \
handling comments (https://github.com/ansible/ansible/issues/73709)
- InventoryManager - Fix unhandled exception when given limit file was actually \
a directory.
- InventoryManager - Fix unhandled exception when inventory directory was empty \
or contained empty subdirectories \
(https://github.com/ansible/ansible/issues/73658).
- add AlmaLinux to fact gathering (https://github.com/ansible/ansible/pull/73458)
- ansible-galaxy - fixed galaxy role init command \
(https://github.com/ansible/ansible/issues/71977).
- ansible-inventory CLI - Deal with failures when sorting JSON and you have \
incompatible key types (https://github.com/ansible/ansible/issues/68950).
- ansible-test - Running tests using an installed version of ``ansible-test`` \
against one Python version from another no longer fails due to a missing \
``egg-info`` directory. This could occur when testing plugins which import \
``pkg_resources``.
- ansible-test - Running tests using an installed version of ``ansible-test`` no \
longer generates an error attempting to create an ``egg-info`` directory when an \
existing one is not found in the expected location. This could occur if the \
existing ``egg-info`` directory included a Python version specifier in the name.
- default callback - Ensure that the ``host_pinned`` strategy is not treated as \
lockstep (https://github.com/ansible/ansible/issues/73364)
- ensure find_mount_point consistently returns text.
- ensure we don't clobber role vars data when getting an empty file
- find module - Stop traversing directories past the requested depth. \
(https://github.com/ansible/ansible/issues/73627)
- hostname - add Almalinux support (https://github.com/ansible/ansible/pull/73619)
- runtime routing - redirect ``firewalld`` to ``ansible.posix.firewalld`` FQCN \
(https://github.com/ansible/ansible/issues/73689).
- the unvault lookup plugin returned a byte string. Now returns a real string.
- yamllint - do not raise an ``AttributeError`` if a value is assigned to a \
module attribute at the top of the module.
|
2021-03-09 13:10:31 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
ansible-base: added version 2.10.6
Ansible is a radically simple IT automation system. It handles configuration
management, application deployment, cloud provisioning, ad-hoc task execution,
network automation, and multi-node orchestration. Ansible makes complex changes
like zero-downtime rolling updates with load balancers easy.
|