2022-08-13 10:59:32 by Tobias Nygren | Files touched by this commit (1) |
Log message:
ansible: add missing CHECK_INTERPRETER_SKIP
|
2022-08-12 10:18:20 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 6.2.0
v6.2.0
======
.. contents::
:local:
:depth: 2
Release Summary
---------------
Release Date: 2022-08-02
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_
Added Collections
-----------------
- ibm.spectrum_virtualize (version 1.9.0)
Ansible-core
------------
Ansible 6.2.0 contains Ansible-core version 2.13.2.
This is a newer version than version 2.13.1 contained in the previous Ansible \
release.
The changes are reported in the combined changelog below.
Changed Collections
-------------------
If not mentioned explicitly, the changes are reported in the combined changelog \
below.
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| Collection | Ansible 6.1.0 | Ansible 6.2.0 | Notes \
\
|
+===============================+===============+===============+=============== \
================================================================================ \
===============================+
| awx.awx | 21.2.0 | 21.4.0 | Unfortunately, \
this collection does not provide changelog data in a format that can be \
processed by the changelog generator. |
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| cisco.dnac | 6.5.0 | 6.5.2 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| cisco.meraki | 2.10.0 | 2.10.1 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.dns | 2.2.1 | 2.3.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.general | 5.3.0 | 5.4.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.grafana | 1.5.0 | 1.5.1 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.hashi_vault | 3.0.0 | 3.1.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.hrobot | 1.4.0 | 1.5.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.mongodb | 1.4.1 | 1.4.2 | There are no \
changes recorded in the changelog. \
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.postgresql | 2.1.5 | 2.2.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.rabbitmq | 1.2.1 | 1.2.2 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.routeros | 2.1.0 | 2.2.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| community.sap_libs | 1.1.0 | 1.2.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| ibm.spectrum_virtualize | | 1.9.0 | The collection \
was added to Ansible \
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| netapp.ontap | 21.20.0 | 21.21.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| ovirt.ovirt | 2.1.0 | 2.2.0 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
| t_systems_mms.icinga_director | 1.30.0 | 1.30.1 | \
\
|
+-------------------------------+---------------+---------------+--------------- \
-------------------------------------------------------------------------------- \
-------------------------------+
Major Changes
-------------
community.postgresql
~~~~~~~~~~~~~~~~~~~~
- postgresql_user - the ``groups`` argument has been deprecated and will be \
removed in ``community.postgresql 3.0.0``. Please use the \
``postgresql_membership`` module to specify group/role memberships instead \
(https://github.com/ansible-collections/community.postgresql/issues/277).
Minor Changes
-------------
Ansible-core
~~~~~~~~~~~~
- ansible-test - An improved error message is shown when the download of a pip \
bootstrap script fails. The download now uses ``urllib2`` instead of ``urllib`` \
on Python 2.
cisco.meraki
~~~~~~~~~~~~
- Change shebang in Sublime utils to point to env instead of direct to the path
community.dns
~~~~~~~~~~~~~
- All software licenses are now in the ``LICENSES/`` directory of the collection \
root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable \
license for every file that is not automatically generated \
(https://github.com/ansible-collections/community.dns/pull/109).
community.general
~~~~~~~~~~~~~~~~~
- ModuleHelper module utils - added property ``verbosity`` to base class \
(https://github.com/ansible-collections/community.general/pull/5035).
- apk - add ``world`` parameter for supporting a custom world file \
(https://github.com/ansible-collections/community.general/pull/4976).
- consul - adds ``ttl`` parameter for session \
(https://github.com/ansible-collections/community.general/pull/4996).
- dig lookup plugin - add option ``fail_on_error`` to allow stopping execution \
on lookup failures \
(https://github.com/ansible-collections/community.general/pull/4973).
- keycloak_* modules - add ``http_agent`` parameter with default value \
``Ansible`` \
(https://github.com/ansible-collections/community.general/issues/5023).
- lastpass - use config manager for handling plugin options \
(https://github.com/ansible-collections/community.general/pull/5022).
- listen_ports_facts - add new ``include_non_listening`` option which adds \
``-a`` option to ``netstat`` and ``ss``. This shows both listening and \
non-listening (for TCP this means established connections) sockets, and returns \
``state`` and ``foreign_address`` \
(https://github.com/ansible-collections/community.general/issues/4762, \
https://github.com/ansible-collections/community.general/pull/4953).
- maven_artifact - add a new ``unredirected_headers`` option that can be used \
with ansible-core 2.12 and above. The default value is to not use \
``Authorization`` and ``Cookie`` headers on redirects for security reasons. With \
ansible-core 2.11, all headers are still passed on for redirects \
(https://github.com/ansible-collections/community.general/pull/4812).
- pacman - added parameters ``reason`` and ``reason_for`` to set/change the \
install reason of packages \
(https://github.com/ansible-collections/community.general/pull/4956).
- xfconf - add ``stdout``, ``stderr`` and ``cmd`` to the module results \
(https://github.com/ansible-collections/community.general/pull/5037).
- xfconf - use ``do_raise()`` instead of defining custom exception class \
(https://github.com/ansible-collections/community.general/pull/4975).
- xfconf_info - use ``do_raise()`` instead of defining custom exception class \
(https://github.com/ansible-collections/community.general/pull/4975).
community.grafana
~~~~~~~~~~~~~~~~~
- Export dashboard with pretty printed JSON so that it becomes easier to compare \
changes with the previous version
community.hrobot
~~~~~~~~~~~~~~~~
- All software licenses are now in the ``LICENSES/`` directory of the collection \
root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable \
license for every file that is not automatically generated \
(https://github.com/ansible-collections/community.hrobot/pull/52).
community.postgresql
~~~~~~~~~~~~~~~~~~~~
- postgresql_membership - add the ``exact`` state value to be able to specify a \
list of only groups a user must be a member of \
(https://github.com/ansible-collections/community.postgresql/issues/277).
- postgresql_pg_hba - add argument ``overwrite`` (bool, default: false) to \
remove unmanaged rules \
(https://github.com/ansible-collections/community.postgresql/issues/297).
- postgresql_pg_hba - add argument ``rules_behavior`` (choices: conflict \
(default), combine) to fail when ``rules`` and normal rule-specific arguments \
are given or, when ``combine``, use them as defaults for the ``rules`` items \
(https://github.com/ansible-collections/community.postgresql/issues/297).
- postgresql_pg_hba - add argument ``rules`` to specify a list of rules using \
the normal rule-specific argument in each item \
(https://github.com/ansible-collections/community.postgresql/issues/297).
community.routeros
~~~~~~~~~~~~~~~~~~
- All software licenses are now in the ``LICENSES/`` directory of the collection \
root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable \
license for every file that is not automatically generated \
(https://github.com/ansible-collections/community.routeros/pull/101).
netapp.ontap
~~~~~~~~~~~~
- na_ontap_cluster_config role - support ``broadcast_domain`` and \
``service_policy`` with REST.
- na_ontap_info - add computed serial_hex and naa_id for lun_info.
- na_ontap_info - add quota-policy-info.
- na_ontap_interface - support ``broadcast_domain`` with REST.
- na_ontap_login_messages - support cluster scope when using REST.
- na_ontap_lun - support ``qos_adaptive_policy_group`` with REST.
- na_ontap_motd - deprecated in favor of ``na_ontap_login_messages``. Fail when \
use_rest is set to ``always`` as REST is not supported.
- na_ontap_ntp - new option ``key_id`` added.
- na_ontap_qtree - Added ``unix_user`` and ``unix_group`` options in REST.
- na_ontap_rest_info - add computed serial_hex and naa_id for storage/luns when \
serial_number is present.
- na_ontap_s3_users - ``secret_key`` and ``access_token`` are now returned when \
creating a user.
- na_ontap_service_processor_network - Added REST support.
- na_ontap_snapmirror - improve errror messages to be more specific and consistent.
- na_ontap_snapmirror - new option ``validate_source_path`` to disable this \
validation.
- na_ontap_snapmirror - validate source endpoint for ZAPI and REST, accounting \
for vserver local name.
- na_ontap_snapmirror - wait for the relationship to come back to idle after a \
resync.
- na_ontap_unix_group - added REST support.
- na_ontap_unix_user - Added REST support.
- na_ontap_unix_user - Added new option ``primary_gid`` aliased to ``group_id``.
- na_ontap_user - accept ``service_processor`` as an alias for \
``service-processor`` with ZAPI, to be consistent with REST.
- na_ontap_volume - now defaults to REST with ``use_rest`` set to ``auto``, like \
every other module. ZAPI can be forced with ``use_rest`` set to ``never``.
- na_ontap_vserver_create role - support ``broadcast_domain``, ``ipspace``, and \
``service_policy`` with REST.
ovirt.ovirt
~~~~~~~~~~~
- During he_setup, configure ovn with he_host_name for correct operation of ovn \
(https://github.com/oVirt/ovirt-ansible-collection/pull/563).
- Fix "ansible-lint" version 6.0.0 "yaml" violations for \
"disaster_recovery" role \
(https://github.com/oVirt/ovirt-ansible-collection/pull/543).
- Fix "ansible-lint" version 6.0.0 violations for \
"disaster_recovery" & "remove_stale_lun" roles \
(https://github.com/oVirt/ovirt-ansible-collection/pull/554).
- Fix ansible-lint for basic roles \
(https://github.com/oVirt/ovirt-ansible-collection/pull/280).
- Updating the documentation - "vm_name" / "vm_id" and/or \
disk "id" parameter(s) are required when extending disk with \
non-unique name (https://github.com/oVirt/ovirt-ansible-collection/pull/559).
- gluster_heal_info - Replacing gluster module to CLI to support RHV automation \
hub (https://github.com/oVirt/ovirt-ansible-collection/pull/340).
- ovirt_disk - Add warning for disk attachments \
(https://github.com/oVirt/ovirt-ansible-collection/pull/347).
- ovirt_disk - Fix disk attachment to VM \
(https://github.com/oVirt/ovirt-ansible-collection/pull/361).
- ovirt_qos, ovirt_disk_profile, ovirt_disk - Add modules to allow for creation \
and updating of disk_profiles \
(https://github.com/oVirt/ovirt-ansible-collection/pull/422).
- ovirt_snapshot - Add vm_id to select VM \
(https://github.com/oVirt/ovirt-ansible-collection/pull/550).
- ovirt_vm - Add reset of VM \
(https://github.com/oVirt/ovirt-ansible-collection/pull/538).
- ovirt_vm - Add virtio_scsi_enabled and multi_queues_enabled \
(https://github.com/oVirt/ovirt-ansible-collection/pull/348).
- ovirt_vm - add volatile \
(https://github.com/oVirt/ovirt-ansible-collection/pull/539).
- repositories - Add ovirt_repositories_rhsm_environment and FIPS fix \
(https://github.com/oVirt/ovirt-ansible-collection/pull/483).
- repositories - Replace redhat_subscription and rhsm_repository with command \
(https://github.com/oVirt/ovirt-ansible-collection/pull/346).
Deprecated Features
-------------------
community.hashi_vault
~~~~~~~~~~~~~~~~~~~~~
- vault_kv2_get lookup - the ``engine_mount_point option`` in the \
``vault_kv2_get`` lookup only will change its default from ``kv`` to ``secret`` \
in community.hashi_vault version 4.0.0 \
(https://github.com/ansible-collections/community.hashi_vault/issues/279).
Bugfixes
--------
Ansible-core
~~~~~~~~~~~~
- Move undefined check from concat to finalize \
(https://github.com/ansible/ansible/issues/78156)
- ansible-doc - no longer list module and plugin aliases that are created with \
symlinks (https://github.com/ansible/ansible/pull/78137).
- ansible-doc - when listing modules in collections, proceed recursively. This \
fixes module listing for community.general 5.x.y and community.network 4.x.y \
(https://github.com/ansible/ansible/pull/78137).
- ansible-doc will not add 'website for' in ":ref:" substitutions as \
it made them confusing.
- file backed cache plugins now handle concurrent access by making atomic \
updates to the files.
- password lookup does not ignore k=v arguments anymore.
- user - Fix error "Permission denied" in user module while generating \
SSH keys (https://github.com/ansible/ansible/issues/78017).
cisco.dnac
~~~~~~~~~~
- application_sets - delete function fixed.
- applications - delete function fixed.
- event_subscription - delete function fixed.
- file_info - Improve the module documentation.
- sda_fabric_authentication_profile - delete function fixed.
- sda_fabric_border_device - delete function fixed.
- sda_fabric_control_plane_device - delete function fixed.
- sda_fabric_edge_device - Change required payload parameter to \
deviceManagementIpAddress
- sda_fabric_edge_device - delete function fixed.
- sda_virtual_network - delete function fixed.
- transit_peer_network - Added status check
community.dns
~~~~~~~~~~~~~
- Update Public Suffix List.
community.general
~~~~~~~~~~~~~~~~~
- keyring_info - fix the result from the keyring library never getting returned \
(https://github.com/ansible-collections/community.general/pull/4964).
- pacman - fixed name resolution of URL packages \
(https://github.com/ansible-collections/community.general/pull/4959).
- passwordstore lookup plugin - fix ``returnall`` for gopass \
(https://github.com/ansible-collections/community.general/pull/5027).
- passwordstore lookup plugin - fix password store path detection for gopass \
(https://github.com/ansible-collections/community.general/pull/4955).
- proxmox - fix error handling when getting VM by name when ``state=absent`` \
(https://github.com/ansible-collections/community.general/pull/4945).
- proxmox_kvm - fix error handling when getting VM by name when ``state=absent`` \
(https://github.com/ansible-collections/community.general/pull/4945).
- slack - fix incorrect channel prefix ``#`` caused by incomplete pattern \
detection by adding ``G0`` and ``GF`` as channel ID patterns \
(https://github.com/ansible-collections/community.general/pull/5019).
- xfconf - fix setting of boolean values \
(https://github.com/ansible-collections/community.general/issues/4999, \
https://github.com/ansible-collections/community.general/pull/5007).
community.hashi_vault
~~~~~~~~~~~~~~~~~~~~~
- Add SPDX license headers to individual files \
(https://github.com/ansible-collections/community.hashi_vault/pull/282).
- Add missing ``BSD-2-Clause.txt`` file for BSD licensed content \
(https://github.com/ansible-collections/community.hashi_vault/issues/275).
- Use the correct GPL license for plugin_utils \
(https://github.com/ansible-collections/community.hashi_vault/issues/276).
community.postgresql
~~~~~~~~~~~~~~~~~~~~
- Include ``simplified_bsd.txt`` license file for various module utils.
- postgresql_info - fix pg version parsing \
(https://github.com/ansible-collections/community.postgresql/issues/315).
- postgresql_ping - fix pg version parsing \
(https://github.com/ansible-collections/community.postgresql/issues/315).
- postgresql_privs.py - add functionality when the PostgreSQL version is 9.0.0 \
or greater to incorporate ``ALL x IN SCHEMA`` syntax \
(https://github.com/ansible-collections/community.postgresql/pull/282). Please \
see the official documentation for details regarding grants \
(https://www.postgresql.org/docs/9.0/sql-grant.html).
- postgresql_subscription - fix idempotence by casting the ``connparams`` dict \
variable \
(https://github.com/ansible-collections/community.postgresql/issues/280).
- postgresql_user - add ``alter user``-statements in the return value \
``queries`` \
(https://github.com/ansible-collections/community.postgresql/issues/307).
community.rabbitmq
~~~~~~~~~~~~~~~~~~
- user module - set supports_check_mode flag to False, as the module does not \
actually support check mode.
community.routeros
~~~~~~~~~~~~~~~~~~
- Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils \
(https://github.com/ansible-collections/community.routeros/pull/101).
community.sap_libs
~~~~~~~~~~~~~~~~~~
- syp_system_facts - fix a typo in the usage example which lead to an error if \
it used as supposed.
netapp.ontap
~~~~~~~~~~~~
- na_ontap_interface - FC interfaces - home_node should not be sent as \
location.home_node.
- na_ontap_interface - FC interfaces - home_port is not supported for ONTAP 9.7 \
or earlier.
- na_ontap_interface - FC interfaces - scope is not supported.
- na_ontap_interface - FC interfaces - service_policy is not supported.
- na_ontap_interface - enforce requirement for address/netmask for interfaces \
other than FC.
- na_ontap_interface - fix idempotency issue for cluster scoped interfaces when \
using REST.
- na_ontap_interface - fix potential node and uuid issues with LIF migration.
- na_ontap_interface - ignore 'none' when using REST rather than reporting \
unexpected protocol.
- na_ontap_lun - catch ZAPI error on get LUN.
- na_ontap_lun - ignore resize error if no change was required.
- na_ontap_lun - report error if flexvol_name is missing when using ZAPI.
- na_ontap_net_subnet - fixed ``ipspace`` option ignored in getting net subnet.
- na_ontap_qtree - fix idempotency issue on ``unix_permissions`` option.
- na_ontap_s3_buckets - Module will not fail on create if no ``policy`` is given.
- na_ontap_s3_buckets - Module will set ``enabled`` during create.
- na_ontap_s3_buckets - Module work currently when ``sid`` is a number.
- na_ontap_snapmirror - fix potential issue when destination is using REST but \
source is using ZAPI.
- na_ontap_snapmirror - relax check for source when using REST.
- na_ontap_svm - KeyError on CIFS when using REST with ONTAP 9.8 or lower.
- na_ontap_volume - ``volume_security_style`` was not modified if other security \
options were present with ZAPI.
- na_ontap_volume - fix idempotency issue on ``unix_permissions`` option.
- na_ontap_vserver_create role - add rule index as it is now required.
ovirt.ovirt
~~~~~~~~~~~
- HE - Handle migration to hosts that use systemd-coredump \
(https://github.com/oVirt/ovirt-ansible-collection/pull/557).
- cluster_upgrade - Fix starting up pinned vms \
(https://github.com/oVirt/ovirt-ansible-collection/pull/532).
- he - Align role with ansible-lint-6.0 \
(https://github.com/oVirt/ovirt-ansible-collection/pull/545).
- hosted_engine - Specify fqcn for ovirt_system_option_info \
(https://github.com/oVirt/ovirt-ansible-collection/pull/536).
- hosted_engine_setup - Fix cleanup on el9 \
(https://github.com/oVirt/ovirt-ansible-collection/pull/533).
- image_template - Remove static \
(https://github.com/oVirt/ovirt-ansible-collection/pull/537).
- image_template - Remove static no - unsupported in ansible 2.12 \
(https://github.com/oVirt/ovirt-ansible-collection/pull/341).
- ovirt_host - Fix host wait \
(https://github.com/oVirt/ovirt-ansible-collection/pull/531).
- ovirt_host - Fix restarted wait condition \
(https://github.com/oVirt/ovirt-ansible-collection/pull/551).
- ovirt_storage_domain - Fix inaccessible exception \
(https://github.com/oVirt/ovirt-ansible-collection/pull/534).
- ovirt_vm - check if user inputed graphical protocol \
(https://github.com/oVirt/ovirt-ansible-collection/pull/542).
- repositories - Move fips check to satellite CA install block \
(https://github.com/oVirt/ovirt-ansible-collection/pull/553).
- shutdown_env - Align role with ansible-lint-6.0 \
(https://github.com/oVirt/ovirt-ansible-collection/pull/544).
t_systems_mms.icinga_director
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Add exception handling to diff and exist functions \
(https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/176)
Known Issues
------------
netapp.ontap
~~~~~~~~~~~~
- na_ontap_snapshot - added documentation to use UTC format for ``expiry_time``.
New Plugins
-----------
Lookup
~~~~~~
- community.general.bitwarden - Retrieve secrets from Bitwarden
New Modules
-----------
community.general
~~~~~~~~~~~~~~~~~
Remote Management
^^^^^^^^^^^^^^^^^
Redfish
.......
- community.general.wdc_redfish_command - Manages WDC UltraStar Data102 \
Out-Of-Band controllers using Redfish APIs
- community.general.wdc_redfish_info - Manages WDC UltraStar Data102 Out-Of-Band \
controllers using Redfish APIs
community.routeros
~~~~~~~~~~~~~~~~~~
- community.routeros.api_info - Retrieve information from API
- community.routeros.api_modify - Modify data at paths with API
community.sap_libs
~~~~~~~~~~~~~~~~~~
- community.sap_libs.sap_pyrfc - This module executes rfc functions.
netapp.ontap
~~~~~~~~~~~~
- netapp.ontap.na_ontap_ntp_key - NetApp ONTAP NTP key
- netapp.ontap.na_ontap_s3_groups - NetApp ONTAP S3 groups
- netapp.ontap.na_ontap_s3_policies - NetApp ONTAP S3 Policies
|
2022-08-04 23:40:40 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
ansible: Disable a bunch of checks.
None of them make sense for this package, and at nearly 60,000 files this
reduces the install time by about an hour on reasonably fast hardware.
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-05-14 06:42:28 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 5.7.1
v5.7.1
Minor Changes
-------------
- The version of fortinet.fortios has been rolled back to 2.1.4 (from 2.1.5) to \
address a syntax error pending a new release of
the collection
v5.7.0
Major Changes
-------------
community.postgresql
~~~~~~~~~~~~~~~~~~~~
- postgresql_user - the ``priv`` argument has been deprecated and will be \
removed in ``community.postgresql 3.0.0``. Please use the ``postgresql_privs`` \
module to grant/revoke privileges instead \
(https://github.com/ansible-collections/community.postgresql/issues/212).
fortinet.fortios
~~~~~~~~~~~~~~~~
- Support FortiOS 7.0.2, 7.0.3, 7.0.4, 7.0.5.
Minor Changes
-------------
ansible.utils
~~~~~~~~~~~~~
- 'consolidate' filter plugin added.
cloud.common
~~~~~~~~~~~~
- Move the content of README_ansible_turbo.module.rst in the main README.md to \
get visibility on Ansible Galaxy.
community.dns
~~~~~~~~~~~~~
- Prepare collection for inclusion in an Execution Environment by declaring its \
dependencies (https://github.com/ansible-collections/community.dns/pull/93).
community.docker
~~~~~~~~~~~~~~~~
- Prepare collection for inclusion in an Execution Environment by declaring its \
dependencies. The ``docker_stack*`` modules are not supported \
(https://github.com/ansible-collections/community.docker/pull/336).
- current_container_facts - add detection for GitHub Actions \
(https://github.com/ansible-collections/community.docker/pull/336).
- docker_container - support returning Docker container log output when using \
Docker's ``local`` logging driver, an optimized local logging driver introduced \
in Docker 18.09 \
(https://github.com/ansible-collections/community.docker/pull/337).
community.general
~~~~~~~~~~~~~~~~~
- alternatives - add ``state`` parameter, which provides control over whether \
the alternative should be set as the active selection for its alternatives group \
(https://github.com/ansible-collections/community.general/issues/4543, \
https://github.com/ansible-collections/community.general/pull/4557).
- atomic_container - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- clc_alert_policy - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4556).
- clc_group - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4556).
- clc_loadbalancer - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4556).
- clc_server - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4556).
- cmd_runner module util - reusable command runner with consistent argument \
formatting and sensible defaults \
(https://github.com/ansible-collections/community.general/pull/4476).
- datadog_monitor - support new datadog event monitor of type `event-v2 alert` \
(https://github.com/ansible-collections/community.general/pull/4457)
- filesystem - add support for resizing btrfs \
(https://github.com/ansible-collections/community.general/issues/4465).
- lxd_container - adds ``project`` option to allow selecting project for LXD \
instance (https://github.com/ansible-collections/community.general/pull/4479).
- lxd_profile - adds ``project`` option to allow selecting project for LXD \
profile (https://github.com/ansible-collections/community.general/pull/4479).
- nmap inventory plugin - add ``sudo`` option in plugin in order to execute \
``sudo nmap`` so that ``nmap`` runs with elevated privileges \
(https://github.com/ansible-collections/community.general/pull/4506).
- nomad_job - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- nomad_job_info - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- packet_device - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- packet_sshkey - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- packet_volume - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- profitbricks - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- proxmox - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- proxmox inventory plugin - add token authentication as an alternative to \
username/password \
(https://github.com/ansible-collections/community.general/pull/4540).
- proxmox inventory plugin - parse LXC configs returned by the proxmox API \
(https://github.com/ansible-collections/community.general/pull/4472).
- proxmox_snap - add restore snapshot option \
(https://github.com/ansible-collections/community.general/pull/4377).
- proxmox_snap - fixed timeout value to correctly reflect time in seconds. The \
timeout was off by one second \
(https://github.com/ansible-collections/community.general/pull/4377).
- redfish_command - add ``IndicatorLedOn``, ``IndicatorLedOff``, and \
``IndicatorLedBlink`` commands to the Systems category for controling system \
LEDs (https://github.com/ansible-collections/community.general/issues/4084).
- seport - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4471).
- smartos_image_info - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- terraform - adds ``terraform_upgrade`` parameter which allows ``terraform \
init`` to satisfy new provider constraints in an existing Terraform project \
(https://github.com/ansible-collections/community.general/issues/4333).
- udm_group - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4556).
- udm_share - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4556).
- vmadm - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- webfaction_app - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- webfaction_db - minor refactoring \
(https://github.com/ansible-collections/community.general/pull/4567).
- xfconf - added missing value types ``char``, ``uchar``, ``int64`` and \
``uint64`` (https://github.com/ansible-collections/community.general/pull/4534).
community.grafana
~~~~~~~~~~~~~~~~~
- Remove requirement for `ds_type` and `ds_url` parameters when deleting a datasource
- add `grafana` action group in `meta/runtime.yml` to support for module group \
defaults
- refactor grafana_notification_channel module
community.hrobot
~~~~~~~~~~~~~~~~
- Prepare collection for inclusion in an Execution Environment by declaring its \
dependencies (https://github.com/ansible-collections/community.hrobot/pull/45).
community.zabbix
~~~~~~~~~~~~~~~~
- all modules - prepare for deprecation of distutils LooseVersion.
- collection - Add dependencies to other collections. This helps Ansible Galaxy \
automatically downloading collections that this collection relies on to run.
- connection.httpapi (plugin) - add initial httpapi connection plugin.
- httpapi.jsonrpc (plugin) - add initial httpapi for future handling of json-rpc.
- new module zabbix authentication for configuring global authentication \
settings in Zabbix Server's Settings section of GUI.
- new module zabbix_autoregister for configuring global autoregistration \
settings in Zabbix Server's Settings section of GUI.
- new module zabbix_housekeeping for configuring global housekeeping settings in \
Zabbix Server's Settings section of GUI.
- test_zabbix_host_info - fix Template/Group names for 5.4
- test_zabbix_screen - disable testing for screen in 5.4 (deprecated)
- zabbix_action - additional fixes to make module work with Zabbix 6.0 \
(https://github.com/ansible-collections/community.zabbix/pull/664)
- zabbix_action - module ported to work with Zabbix 6.0 \
(https://github.com/ansible-collections/community.zabbix/pull/648, \
https://github.com/ansible-collections/community.zabbix/pull/653)
- zabbix_agent - Check if 'firewalld' exist and is running when handler is executed.
- zabbix_agent - Install the correct Python libxml2 package on SLES15
- zabbix_agent - Move inclusion of the apache.yml tasks to later stage during \
execution of role.
- zabbix_agent - Prepare for Zabbix 6.0.
- zabbix_agent - Specify a minor version with zabbix_agent_version_minor for RH \
systems.
- zabbix_agent - There was no way to configure a specific type for the macro.
- zabbix_agent - Use multiple aliases in the configuration file with \
``zabbix_agent_zabbix_alias`` or ``zabbix_agent2_zabbix_alias``.
- zabbix_maintenance - added new module parameter `tags`, which allows \
configuring Problem Tags on maintenances.
- zabbix_proxy - Prepare for Zabbix 6.0.
- zabbix_proxy - Specify a minor version with zabbix_proxy_version_minor for RH \
systems.
- zabbix_proxy - Support for Sangoma and treat it like a RHEL system.
- zabbix_server - Check the 'zabbix_server_install_database_client' variable in \
RedHat tasks.
- zabbix_server - Prepare for Zabbix 6.0.
- zabbix_server - Specify a minor version with zabbix_server_version_minor for \
RH systems.
- zabbix_user - change alias property to username (changed in 5.4) (alias is now \
an alias for username)
- zabbix_user_info - change alias property to username (changed in 5.4) (alias \
is now an alias for username)
- zabbix_web - Change format ENCRYPTION, VERIFY_HOST from string to boolean.
- zabbix_web - Specify a minor version with zabbix_web_version_minor for RH systems.
f5networks.f5_modules
~~~~~~~~~~~~~~~~~~~~~
- bigip_device_info - add UCS creation date to the data gathered
- bigip_virtual_server - add service_down_immediate_action parameter
- bigiq_regkey_license - add addon_keys parameter to the module
netapp.cloudmanager
~~~~~~~~~~~~~~~~~~~
- na_cloudmanager_connector_gcp - when using the user application default \
credential authentication by running the command gcloud auth application-default \
login, ``gcp_service_account_path`` is not needed.
netapp.ontap
~~~~~~~~~~~~
- na_ontap_cluster_config role - use na_ontap_login_messages as na_ontap_motd is \
deprecated.
- na_ontap_debug - report ansible version and ONTAP collection version.
- na_ontap_efficiency_policy - Added REST support.
- na_ontap_export_policy_rule - new option ``ntfs_unix_security`` for NTFS \
export UNIX security options added.
- na_ontap_lun - Added REST support.
- na_ontap_snapmirror -- Added more descriptive error messages for REST
- na_ontap_snapshot_policy - Added REST support to the na_ontap_snapshot_policy \
module.
- na_ontap_svm - add support for web services (ssl modify) - REST only with 9.8 \
or later.
- na_ontap_volume - add support for SnapLock - only for REST.
- na_ontap_volume - allow to modify volume after rename.
- na_ontap_volume - new option ``max_files`` to increase the inode count value.
- na_ontap_vserver_create role - support max_volumes option.
netbox.netbox
~~~~~~~~~~~~~
- Add meta information for use in Execution Environments
- Multiple modules - add new parameters added in NetBox 3.2
- nb_inventory - Add site_group as an option
- netbox_front_port and netbox_rear_port - Add label as parameter
sensu.sensu_go
~~~~~~~~~~~~~~
- Added support for ansible 2.13
- Removed support for CentOS 8
t_systems_mms.icinga_director
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Add icinga_serviceset module \
(https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/163)
- Test more ansible versions \
(https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/162)
Deprecated Features
-------------------
community.general
~~~~~~~~~~~~~~~~~
- nmcli - deprecate default hairpin mode for a bridge. This so we can change it \
to ``false`` in community.general 7.0.0, as this is also the default in \
``nmcli`` (https://github.com/ansible-collections/community.general/pull/4334).
- proxmox inventory plugin - the current default ``true`` of the \
``want_proxmox_nodes_ansible_host`` option has been deprecated. The default will \
change to ``false`` in community.general 6.0.0. To keep the current behavior, \
explicitly set ``want_proxmox_nodes_ansible_host`` to ``true`` in your inventory \
configuration. We suggest to already switch to the new behavior by explicitly \
setting it to ``false``, and by using ``compose:`` to set ``ansible_host`` to \
the correct value. See the examples in the plugin documentation for details \
(https://github.com/ansible-collections/community.general/pull/4466).
Bugfixes
--------
Ansible-core
~~~~~~~~~~~~
- Ansible.ModuleUtils.SID - Use user principal name as is for lookup in the \
``Convert-ToSID`` function - https://github.com/ansible/ansible/issues/77316
- Fix traceback when installing a collection from a git repository and git is \
not installed (https://github.com/ansible/ansible/issues/77479).
- ansible-test - Correctly detect when running as the ``root`` user (UID 0) on \
the origin host. The result of the detection was incorrectly being inverted.
- ansible-test - Fix skipping of tests marked ``needs/python`` on the origin host.
- ansible-test - Fix skipping of tests marked ``needs/root`` on the origin host.
- ansible-test compile sanity test - do not crash if a column could not be \
determined for an error (https://github.com/ansible/ansible/pull/77465).
- hostname - use ``file_get_content()`` to read the file containing the host \
name in the ``FileStrategy.get_permanent_hostname()`` method. This prevents a \
``TypeError`` from being raised when the strategy is used \
(https://github.com/ansible/ansible/issues/77025).
- script - skip in check mode since the plugin cannot determine if a change will \
occur.
- shell/command - only skip in check mode if the options `creates` and `removes` \
are both None.
- winrm - Ensure ``kinit`` is run with the same ``PATH`` env var as the Ansible \
process
cloud.common
~~~~~~~~~~~~
- fix parameters with aliases not being passed through \
(https://github.com/ansible-collections/cloud.common/issues/91).
- fix turbo mode loading incorrect module \
(https://github.com/ansible-collections/cloud.common/pull/102).
- turbo - Ensure we don't call the module with duplicated aliased parameters.
community.dns
~~~~~~~~~~~~~
- Update Public Suffix List.
community.docker
~~~~~~~~~~~~~~~~
- docker connection plugin - make sure that ``docker_extra_args`` is used for \
querying the Docker version. Also ensures that the Docker version is only \
queried when needed. This is currently the case if a remote user is specified \
(https://github.com/ansible-collections/community.docker/issues/325, \
https://github.com/ansible-collections/community.docker/pull/327).
community.general
~~~~~~~~~~~~~~~~~
- dnsmadeeasy - fix failure on deleting DNS entries when API response does not \
contain monitor value \
(https://github.com/ansible-collections/community.general/issues/3620).
- git_branch - remove deprecated and unnecessary branch ``unprotect`` method \
(https://github.com/ansible-collections/community.general/pull/4496).
- gitlab_group - improve searching for projects inside group on deletion \
(https://github.com/ansible-collections/community.general/pull/4491).
- gitlab_group_members - handle more than 20 groups when finding a group \
(https://github.com/ansible-collections/community.general/pull/4491, \
https://github.com/ansible-collections/community.general/issues/4460, \
https://github.com/ansible-collections/community.general/issues/3729).
- gitlab_hook - handle more than 20 hooks when finding a hook \
(https://github.com/ansible-collections/community.general/pull/4491).
- gitlab_project - handle more than 20 namespaces when finding a namespace \
(https://github.com/ansible-collections/community.general/pull/4491).
- gitlab_project_members - handle more than 20 projects and users when finding a \
project resp. user \
(https://github.com/ansible-collections/community.general/pull/4491).
- gitlab_user - handle more than 20 users and SSH keys when finding a user resp. \
SSH key (https://github.com/ansible-collections/community.general/pull/4491).
- keycloak - fix parameters types for ``defaultDefaultClientScopes`` and \
``defaultOptionalClientScopes`` from list of dictionaries to list of strings \
(https://github.com/ansible-collections/community.general/pull/4526).
- opennebula inventory plugin - complete the implementation of ``constructable`` \
for opennebula inventory plugin. Now ``keyed_groups``, ``compose``, ``groups`` \
actually work \
(https://github.com/ansible-collections/community.general/issues/4497).
- pacman - fixed bug where ``absent`` state did not work for locally installed \
packages (https://github.com/ansible-collections/community.general/pull/4464).
- pritunl - fixed bug where pritunl plugin api add unneeded data in \
``auth_string`` parameter \
(https://github.com/ansible-collections/community.general/issues/4527).
- proxmox inventory plugin - fix error when parsing container with LXC configs \
(https://github.com/ansible-collections/community.general/issues/4472, \
https://github.com/ansible-collections/community.general/pull/4472).
- proxmox_kvm - fix a bug when getting a state of VM without name will fail \
(https://github.com/ansible-collections/community.general/pull/4508).
- xbps - fix error message that is reported when installing packages fails \
(https://github.com/ansible-collections/community.general/pull/4438).
community.hrobot
~~~~~~~~~~~~~~~~
- robot inventory plugin - do not crash if a server neither has name or primary \
IP set. Instead, fall back to using the server's number as the name. This can \
happen if unnamed rack reservations show up in your server list \
(https://github.com/ansible-collections/community.hrobot/issues/40, \
https://github.com/ansible-collections/community.hrobot/pull/47).
community.postgresql
~~~~~~~~~~~~~~~~~~~~
- postgresql_db - get rid of the deprecated psycopg2 connection alias \
``database`` in favor of ``dbname`` when psycopg2 is 2.7+ is used \
(https://github.com/ansible-collections/community.postgresql/issues/194, \
https://github.com/ansible-collections/community.postgresql/pull/196).
community.proxysql
~~~~~~~~~~~~~~~~~~
- module_utils/mysql.py - Proxysql version suffix may not be an integer \
(https://github.com/ansible-collections/community.proxysql/pull/96).
community.zabbix
~~~~~~~~~~~~~~~~
- Various modules and plugins - use vendored version of ``distutils.version`` \
instead of the deprecated Python standard library ``distutils`` \
(https://github.com/ansible-collections/community.zabbix/pull/603).
- ZapiWrapper (module_utils) - fix only partial zabbix version is returned.
- zabbix_agent - Install Zabbix packages when zabbix_repo == other is used with yum.
- zabbix_agent - Install the Agent for MacOSX sooner than its configuration.
- zabbix_agent - The ``Install gpg key`` task for Debian did not work when a \
http proxy is configured.
- zabbix_agent - Use the correct URL with correct version.
- zabbix_agent - Use the correct path to determine Zabbix Agent 2 installation \
on Windows.
- zabbix_agent - Using the correct hostgroup as default now.
- zabbix_agent - fix for the autopsk, incl. tests with Molecule.
- zabbix_host - Added small notification that an user should have read access to \
get hostgroups overview.
- zabbix_host - adapter changed properties for interface comparisson
- zabbix_maintenance - should now work when creating maintenace on Zabbix 6.0 server
- zabbix_proxy - 'zcat' the zipped sql files to /tmp before executing it.
- zabbix_proxy - Check MySQL version before settings \
mysql_innodb_default_row_format value.
- zabbix_proxy - Install Zabbix packages when zabbix_repo == other is used with yum.
- zabbix_server - 'zcat' the zipped sql files to /tmp before executing it.
- zabbix_server - Check MySQL version before settings \
mysql_innodb_default_row_format value.
- zabbix_server - Install Zabbix packages when zabbix_repo == other is used with yum.
- zabbix_template - setting correct null values to fix unintentional changes
- zabbix_web - Added some default variables if the geerlingguys apache role is \
not used.
- zabbix_web - Specified the correct versions for php.
f5networks.f5_modules
~~~~~~~~~~~~~~~~~~~~~
- bigip_command - fixed a bug that interpreted a pipe symbol inside an input \
string as pipe used to combine commands
- bigip_device_certificate - adds missing space to tmsh command
- bigip_gtm_wide_ip - fixed inability to change persistence setting on existing \
wide ip objects
fortinet.fortios
~~~~~~~~~~~~~~~~
- Fix issues in version mismatch logic.
- Fix status issue in fortios_json_generic().
- Fix the issue of inconsistent data types in different schemas.
netapp.cloudmanager
~~~~~~~~~~~~~~~~~~~
- Add check when volume is capacity tiered.
- na_cloudmanager_connector_azure - Fix string formatting error when deleting \
the connector.
netapp.ontap
~~~~~~~~~~~~
- Fixed ONTAP minor version ignored in checking minimum ONTAP version.
- na_ontap_aggregate - Fixed error in delete aggregate if the ``disk_count`` is \
less than current disk count.
- na_ontap_autosupport - Fixed `partner_address` not working in REST.
- na_ontap_command - document that a READONLY user is not supported, even for \
show commands.
- na_ontap_disk_options - ONTAP 9.10.1 returns on/off rather than True/False.
- na_ontap_info - Fixes issue with na_ontap_info failing in 9.1 because of \
``job-schedule-cluster``.
- na_ontap_iscsi - Fixed issue with ``start_state`` always being set to stopped \
when creating an ISCSI.
- na_ontap_iscsi - fixed error starting iscsi service on vserver where Service, \
adapter, or operation already started.
- na_ontap_lun - Fixed KeyError on options ``force_resize``, ``force_remove`` \
and ``force_remove_fenced`` in Zapi.
- na_ontap_lun - Fixed ``force_remove`` option silently ignored in REST.
- na_ontap_lun_map - TypeError - '>' not supported between instances of 'int' \
and 'str '.
- na_ontap_qtree - Fixed issue with ``oplocks`` not being changed during a \
modify in Zapi.
- na_ontap_qtree - Fixed issue with ``oplocks`` not warning user about not being \
supported in REST
- na_ontap_snapmirror - Added use_rest condition for the REST support to work \
when use_rest `always`.
- na_ontap_snapshot - add error message if volume is not found with REST.
- na_ontap_snapshot - fix key error on volume when using REST.
- na_ontap_snapshot_policy - Do not validate parameter when state is ``absent`` \
and fix KeyError on ``comment``.
- na_ontap_svm - fixed KeyError issue on protocols when vserver is stopped.
- na_ontap_volume - do not attempt to mount volume if current state is offline.
- na_ontap_volume - fix idempotency issue with compression settings when using REST.
- na_ontap_vserver_peer - Added cluster peer accept code in REST.
- na_ontap_vserver_peer - Fixed AttributeError if ``dest_hostname`` or \
``peer_options`` not present.
- na_ontap_vserver_peer - Fixed ``local_name_for_peer`` and \
``local_name_for_source`` options silently ignored in REST.
- na_ontap_vserver_peer - Get peer cluster name if remote peer exist else use \
local cluster name.
- na_ontap_vserver_peer - ignore job entry doesn't exist error with REST to \
bypass ONTAP issue with FSx.
- na_ontap_vserver_peer - report error if SVM peer does not see a peering \
relationship after create.
netbox.netbox
~~~~~~~~~~~~~
- netbox_contact_group - Fix field description
- netbox_rack - Add location as a query parameter for uniqueness check
New Plugins
-----------
Connection
~~~~~~~~~~
- community.zabbix.httpapi - Use httpapi to run command on network appliances
Httpapi
~~~~~~~
- community.zabbix.jsonrpc - HttpApi Plugin for Zabbix
New Modules
-----------
community.general
~~~~~~~~~~~~~~~~~
Cloud
^^^^^
Lxd
...
- community.general.lxd_project - Manage LXD projects
Monitoring
^^^^^^^^^^
- community.general.alerta_customer - Manage customers in Alerta
community.zabbix
~~~~~~~~~~~~~~~~
- community.zabbix.zabbix_authentication - Update Zabbix authentication
- community.zabbix.zabbix_autoregister - Update Zabbix autoregistration
- community.zabbix.zabbix_housekeeping - Update Zabbix housekeeping
f5networks.f5_modules
~~~~~~~~~~~~~~~~~~~~~
- f5networks.f5_modules.bigip_ltm_global - Manages global LTM settings
t_systems_mms.icinga_director
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- t_systems_mms.icinga_director.icinga_serviceset - Manage servicesets in Icinga2
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-05-13 14:31:55 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 3.4.0
3.4.0
Ansible-base
- ansible-test - Tests run with the ``centos6`` and ``default`` test containers \
now use a PyPI proxy container to access PyPI when Python 2.6 is used. This \
allows tests running under Python 2.6 to continue functioning even though PyPI \
is discontinuing support for non-SNI capable clients.
community.postgresql
- postgresql_query - the default value of the ``as_single_query`` option will be \
changed to ``yes`` in community.postgresql 2.0.0 \
(https://github.com/ansible-collections/community.postgresql/issues/85).
netapp.ontap
- na_ontap_autosupport - Added REST support to the module.
|
2021-04-28 12:23:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 3.3.0
What's new in Ansible 3.3.0
---------------------------
* The Ansible package has moved to semantic versioning
(https://semver.org/). This standard allows you to tell if a new
version of Ansible contains incompatibilities by looking at the
version number. We've moved from 3.2.0 to 3.3.0 to show that this
release should be backwards compatible with Ansible-3.2.0 but may
contain new features. Read the semver specification for more
information.
* Collections which have opted into being a part of the Ansible-3
unified changelog will have an entry on this page:
* \
https://github.com/ansible-community/ansible-build-data/blob/main/3/CHANGELOG-v3.rst#v3-3-0
* For collections which have not opted into the unified changelog,
consult the list of included collections in the link below and check
their entry on https://galaxy.ansible.com for information about their
changes.
* \
https://github.com/ansible-community/ansible-build-data/blob/main/3/ansible-3.3.0.deps
* You can find more information for those on
https://galaxy.ansible.com/. For instance, the community.crypto
collection listed in the ansible-3.3.0.deps file has a galaxy page at
https://galaxy.ansible.com/community/crypto/
* Changelog for ansible-base-2.10.8 which this release of ansible
installs: \
https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst
|