Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible
From: Adam Ciarcinski
Date: 2024-01-30 20:38:38
Message id: 20240130193838.7E937FA42@cvs.NetBSD.org
Log Message:
ansible: 9.2.0
9.2.0
Major Changes
-------------
community.docker
~~~~~~~~~~~~~~~~
- The ``community.docker`` collection now depends on the \
``community.library_inventory_filtering_v1`` collection. This utility collection \
provides host filtering functionality for inventory plugins. If you use the \
Ansible community package, both collections are included and you do not have to \
do anything special. If you install the collection with ``ansible-galaxy \
collection install``, it will be installed automatically. If you install the \
collection by copying the files of the collection to a place where ansible-core \
can find it, for example by cloning the git repository, you need to make sure \
that you also have to install the dependency if you are using the inventory \
plugins (https://github.com/ansible-collections/community.docker/pull/698).
community.hashi_vault
~~~~~~~~~~~~~~~~~~~~~
- requirements - the ``requests`` package which is required by ``hvac`` now has \
a more restrictive range for this collection in certain use cases due to \
breaking security changes in ``ansible-core`` that were backported \
(https://github.com/ansible-collections/community.hashi_vault/pull/416).
dellemc.openmanage
~~~~~~~~~~~~~~~~~~
- All OME modules are enhanced to support the environment variables \
`OME_USERNAME` and `OME_PASSWORD` as fallback for credentials.
- All iDRAC and Redfish modules are enhanced to support the environment \
variables `IDRAC_USERNAME` and `IDRAC_PASSWORD` as fallback for credentials.
- idrac_certificates - The module is enhanced to support the import and export \
of `CUSTOMCERTIFICATE`.
- idrac_gather_facts - This role is enhanced to support secure boot.
- idrac_license - The module is introduced to configure iDRAC licenses.
infoblox.nios_modules
~~~~~~~~~~~~~~~~~~~~~
- Upgrade Ansible version support from 2.13 to 2.16.
- Upgrade Python version support from 3.8 to 3.10.
Files: