Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ansible
From: Adam Ciarcinski
Date: 2023-09-18 14:33:25
Message id: 20230918123325.C02A4FBDB@cvs.NetBSD.org
Log Message:
ansible: updated to 8.4.0
v8.4.0
Major Changes
-------------
fortinet.fortios
- Improve the document for adding notes and examples in Q&A for modules \
using Integer number as the mkey.
Minor Changes
-------------
amazon.aws
- cloudformation - Add support for ``disable_rollback`` to update stack \
operation (https://github.com/ansible-collections/amazon.aws/issues/1681).
- ec2_key - add support for new parameter ``file_name`` to save private key in \
when new key is created by AWS. When this option is provided the generated \
private key will be removed from the module return \
(https://github.com/ansible-collections/amazon.aws/pull/1704).
ansible.netcommon
- Add a new cliconf plugin ``default`` that can be used when no cliconf plugin \
is found for a given network_os. This plugin only supports ``get()``. \
(https://github.com/ansible-collections/ansible.netcommon/pull/569)
- httpapi - Add additional option ``ca_path``, ``client_cert``, ``client_key``, \
and ``http_agent`` that are available in open_url but not to httpapi. \
(https://github.com/ansible-collections/ansible.netcommon/issues/528)
- telnet - add crlf option to send CRLF instead of just LF \
(https://github.com/ansible-collections/ansible.netcommon/pull/440).
ansible.utils
- Add ipcut filter \
plugin.(https://github.com/ansible-collections/ansible.utils/issues/251)
- Add ipv6form filter \
plugin.(https://github.com/ansible-collections/ansible.utils/issues/230)
arista.eos
- Add support for overridden operation in bgp_global resource module.
Files: