Ansible 14 Porting Guide

Ansible 14 is based on Ansible-core 2.21.

We suggest you read this page along with the Ansible 14 Changelog to understand what updates you may need to make.

Introduction

No notable changes

Playbook

No notable changes

Engine

No notable changes

Plugin API

Command Line

No notable changes

Deprecated

No notable changes

Modules

Modules removed

The following modules no longer exist:

  • No notable changes

Deprecation notices

No notable changes

Noteworthy module changes

No notable changes

Plugins

Noteworthy plugin changes

No notable changes

Porting custom scripts

No notable changes

Networking

No notable changes

Porting Guide for v14.0.0

Added Collections

  • ansible.mysql (version 5.0.1)

  • community.clickhouse (version 2.1.0)

  • graphiant.naas (version 26.4.0)

  • pcg.alpaca_operator (version 2.2.0)

Known Issues

community.docker

  • docker_image, docker_image_export - idempotency for archiving images depends on whether the image IDs used by the image storage backend correspond to the IDs used in the tarball’s manifest.json files. The new default backend in Docker 29 apparently uses image IDs that no longer correspond, whence idempotency no longer works (https://github.com/ansible-collections/community.docker/pull/1199).

community.routeros

dellemc.openmanage

  • Formal qualification of module ome_smart_fabric_info for Ansible Core version 2.19 is still pending.

  • idrac_diagnostics - This module does not support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.

  • idrac_license - Due to API limitation, proxy parameters are ignored during the import operation.

  • idrac_license - The module will give different error messages for iDRAC9 and iDRAC10 when user imports license with invalid share name.

  • idrac_os_deployment - The module continues to return a 200 response and marks the job as completed, even when an outdated date is supplied in the Expose duration.

  • idrac_redfish_storage_controller - PatrolReadRatePercent attribute cannot be set in iDRAC10.

  • idrac_server_config_profile - When attempting to revert iDRAC settings using a previously exported SCP file, the import operation will complete with errors if a new user was created after the export (Instead of restoring the system to its previous state, including the removal of newly added users).

  • ome_smart_fabric_uplink - The module supported by OpenManage Enterprise Modular, however it does not allow the creation of multiple uplinks of the same name. If an uplink is created using the same name as an existing uplink, then the existing uplink is modified.

  • redfish_storage_volume - Encryption type and block_io_size bytes will be read only property in iDRAC9 and iDRAC10 and hence the module ignores these parameters.

Breaking Changes

Ansible-core

  • psrp - Changed the default of negotiate_service used to build the Kerberos Service Principal Name from WSMAN to host. This aligns the defaults to how the native PowerShell PSRemoting client works on Windows and ensures that Kerberos can be used by more Windows targets by default. No deprecation period is used for this change as host is a builtin SPN to Windows and should improve compatibility out of the box. To go back to the old behaviour for any reason, set ansible_psrp_negotiate_service=WSMAN in the host vars.

community.aws

community.dns

community.general

community.mysql

  • All modules and plugins have been removed from this collection. They have been migrated to the ansible.mysql collection. Redirections have been provided. Please install ansible.mysql and adjust the FQCNs in your playbooks (community.mysql.mysql_infoansible.mysql.mysql_info).

  • Update imports from ansible.module_utils.six to use their python3 equivalent. This change will make this collection incompatible for managed hosts on python2.7.

community.proxmox

dellemc.enterprise_sonic

hitachivantara.vspone_block

  • Renamed the following input and output parameters in the “hv_gad” module - “mu_number” to “mirror_unit_number”.

  • Renamed the following input and output parameters in the “hv_hg” module - “nick_name” to “nickname”, “ports” to “port_ids”, “port” to “port_id”, “should_delete_all_ldevs” to “should_delete_all_volumes”.

  • Renamed the following input and output parameters in the “hv_hg_facts” module - “nick_name” to “nickname”, “ports” to “port_ids”, “port” to “port_id”.

  • Renamed the following input and output parameters in the “hv_hur” module - “mirror_unit_id” to “mirror_unit_number”, “primary_journal_pool” to “primary_journal_id”, “secondary_journal_pool” to “secondary_journal_id”.

  • Renamed the following input and output parameters in the “hv_iscsi_target” module - “nick_name” to “nickname”, “ports” to “port_ids”, “port” to “port_id”, “should_delete_all_ldevs” to “should_delete_all_volumes”.

  • Renamed the following input and output parameters in the “hv_iscsi_target_facts” module - “nick_name” to “nickname”, “ports” to “port_ids”, “port” to “port_id”.

  • Renamed the following input and output parameters in the “hv_ldev” module - “parity_group” to “parity_group_id”.

  • Renamed the following input and output parameters in the “hv_resource_group” module - “start_ldev” to “begin_ldev_id”, “end_ldev” to “end_ldev_id”, “parity_groups” to “parity_group_ids”, “ports” to “port_ids”, “port” to “port_id”.

  • Renamed the following input and output parameters in the “hv_resource_group_facts” module - “ports” to “port_ids”, “port” to “port_id”.

  • Renamed the following input and output parameters in the “hv_sds_block_compute_port” module - “nick_name” to “nickname”.

  • Renamed the following input and output parameters in the “hv_sds_block_journal” module - “mirror_unit” to “mirror_unit_number”.

  • Renamed the following input and output parameters in the “hv_sds_block_remote_iscsi_port” module - “remote_ip_address” to “remote_storage_port_ip_address”.

  • Renamed the following input and output parameters in the “hv_shadow_image_pair” module - “pvol_mu_number” to “mirror_unit_number” , “copy_pace_track_size” to “copy_pace”.

  • Renamed the following input and output parameters in the “hv_snapshot” module - “mirror_unit_id” to “mirror_unit_number”.

  • Renamed the following input and output parameters in the “hv_snapshot_group” module - “mirror_unit_id” to “mirror_unit_number”.

  • Renamed the following input and output parameters in the “hv_storage_port” module - “ports” to “port_ids”, “port” to “port_id”.

  • Renamed the following input and output parameters in the “hv_storage_port_facts” module - “ports” to “port_ids”, “port” to “port_id”.

  • Renamed the following input and output parameters in the “hv_vsp_one_server” module - “nick_name” to “nickname”.

  • Renamed the following input and output parameters in the “hv_vsp_one_server_facts” module - “nick_name” to “nickname”.

  • Renamed the following input and output parameters in the “hv_vsp_one_server_hba_facts” module - “nick_name” to “nickname”.

  • Renamed the following output parameters in the “hv_gad” module - “primary_volume_storage_id” to “primary_volume_storage_serial_number”, “secondary_volume_storage_id” to “secondary_volume_storage_serial_number”.

  • Renamed the following output parameters in the “hv_gad_facts” module - “primary_volume_storage_id” to “primary_volume_storage_serial_number”, “secondary_volume_storage_id” to “secondary_volume_storage_serial_number”.

  • Renamed the following output parameters in the “hv_hur” module - “pvol_status” to “primary_volume_status”, “svol_status” to “secondary_volume_status”, “storage_serial_number” to “primary_volume_storage_serial_number”, “secondary_storage_serial” to “secondary_volume_storage_serial_number”.

  • Renamed the following output parameters in the “hv_hur_facts” module - “mirror_unit_id” to “mirror_unit_number”, “primary_journal_pool” to “primary_journal_id”, “secondary_journal_pool” to “secondary_journal_id”, “pvol_status” to “primary_volume_status”, “svol_status” to “secondary_volume_status”, “primary_storage_serial” to “primary_volume_storage_serial_number”, “secondary_storage_serial” to “secondary_volume_storage_serial_number”.

  • Renamed the following output parameters in the “hv_ldev_facts” module - “parity_group” to “parity_group_id”.

  • Renamed the following output parameters in the “hv_resource_group_facts” module - “start_ldev” to “begin_ldev_id”, “end_ldev” to “end_ldev_id”, “parity_groups” to “parity_group_ids”, “ports” to “port_ids”, “port” to “port_id”.

  • Renamed the following output parameters in the “hv_shadow_image_pair_facts” module - “mirror_unit_id” to “mirror_unit_number”, “pvol_host_groups” to “primary_volume_host_groups”, “pvol_iscsi_targets” to “primary_volume_iscsi_targets”, “pvol_nvm_subsystem_name” to “primary_volume_nvm_subsystem_name”, “svol_host_groups” to “secondary_volume_host_groups”, “svol_iscsi_targets” to “secondary_volume_iscsi_targets”, “svol_nvm_subsystem_name” to “secondary_volume_nvm_subsystem_name”.

  • Renamed the following output parameters in the “hv_snapshot_facts” module - “mirror_unit_id” to “mirror_unit_number”, “pvol_host_groups” to “primary_volume_host_groups”, “pvol_iscsi_targets” to “primary_volume_iscsi_targets”, “pvol_nvm_subsystem_name” to “primary_volume_nvm_subsystem_name”, “svol_host_groups” to “secondary_volume_host_groups”, “svol_iscsi_targets” to “secondary_volume_iscsi_targets”, “svol_nvm_subsystem_name” to “secondary_volume_nvm_subsystem_name”, “pvol_processing_status” to “primary_volume_processing_status”, “svol_processing_status” to “secondary_volume_processing_status”.

  • Renamed the following output parameters in the “hv_snapshot_group_facts” module - “mirror_unit_id” to “mirror_unit_number”.

  • Renamed the following output parameters in the “hv_truecopy” module - “pvol_status” to “primary_volume_status”, “svol_status” to “secondary_volume_status”, “storage_serial_number” to “primary_volume_storage_serial_number”.

  • Renamed the following output parameters in the “hv_truecopy_facts” module - “pvol_status” to “primary_volume_status”, “svol_status” to “secondary_volume_status”, “storage_serial_number” to “primary_volume_storage_serial_number”.

  • Renamed the following output parameters in the “hv_vsp_one_volume_facts” module - “start_volume_id” to “begin_volume_id”.

netbox.netbox

  • This changes the behavior for generating slugs. If you were relying on the previous behavior, you need to be aware that this behavior has changed.

splunk.es

  • Removed deprecated modules that were scheduled for removal on 2024-09-01

  • adaptive_response_notable_event - Use splunk.es.splunk_adaptive_response_notable_events instead

  • correlation_search - Use splunk.es.splunk_correlation_searches instead

  • data_input_monitor - Use splunk.es.splunk_data_inputs_monitor instead

  • data_input_network - Use splunk.es.splunk_data_inputs_network instead

Major Changes

Ansible-core

  • ansible-galaxy install and ansible-galaxy collection install|download - collections that declare a requires_ansible version that is not compatible with the running ansible-core version are now excluded from installation and download by default. In previous versions, ansible-galaxy would install such collections even if doing so resulted in an error at load time. To restore the previous behavior, set COLLECTIONS_ON_ANSIBLE_VERSION_MISMATCH to ignore in your configuration. (https://github.com/ansible/ansible/issues/78539)

  • action plugins - Actions can directly register variables at several precedence layers using the register_host_variables method on ActionBase. Previously, variable registration could only be simulated by user action plugins by returning ansible_facts with insecure fact injection.

  • register projections - The register task keyword allows mapping multiple variable names to Jinja expressions to transform task results and other variables. The mapping form can replace many usages of set_fact and allows order-independent chained access to other variable expressions within the same task.

  • task implicit object - A new _task implicit object is available for use in register and task conditional expressions (e.g., failed_when). The result of the current task can be accessed via the _task.result property, without the use of register. Under a loop, _task.result is the most recently completed result and _task.loop_result provides access to accumulated loop results. The _task.polymorphic_result property provides compatibility with classic name-only register in loops. The value is the result of the most recent loop iteration, then becomes the final list loop result once the loop is complete.

amazon.aws

chocolatey.chocolatey

  • win_chocolatey - add option to ignore pinned status of pinned packages

community.aws

community.proxmox

community.routeros

community.vmware

containers.podman

  • Add podman Quadlet modules

  • Rewrite podman and buildah connections

fortinet.fortios

  • Added a generic headers parameter to fortios_json_generic to support admin-password confirmation headers and future custom request headers.

  • Supported new versions 7.6.5 and 7.6.6.

  • Updated FAQ to illustrate the use of headers in fortios_json_generic module.

  • Updated deprecated import of to_text from ansible.module_utils._text to the supported implementation.

  • Updated the Q&A for using the default_group feature in modules.

grafana.grafana

kaytus.ksmanage

netapp.ontap

  • Updated ONTAP personality check functionality.

  • na_ontap_autoupdate_config - REST only support for managing configurations for automatic updates, requires ONTAP 9.10.1 or later.

  • na_ontap_cg - REST only support for managing consistency groups, requires ONTAP 9.10.1 or later.

  • na_ontap_cifs - AWS Lambda support added to the module.

  • na_ontap_cifs_acl - AWS Lambda support added to the module.

  • na_ontap_cifs_local_group - AWS Lambda support added to the module.

  • na_ontap_cifs_local_group_member - AWS Lambda support added to the module.

  • na_ontap_cifs_local_user - AWS Lambda support added to the module.

  • na_ontap_cifs_local_user_set_password - AWS Lambda support added to the module.

  • na_ontap_cifs_privileges - AWS Lambda support added to the module.

  • na_ontap_cifs_server - AWS Lambda support added to the module.

  • na_ontap_cifs_unix_symlink_mapping - AWS Lambda support added to the module.

  • na_ontap_cluster_peer - AWS Lambda support added to the module.

  • na_ontap_debug - AWS Lambda support added to the module.

  • na_ontap_dns - AWS Lambda support added to the module.

  • na_ontap_domain_tunnel - AWS Lambda support added to the module.

  • na_ontap_efficiency_policy - AWS Lambda support added to the module.

  • na_ontap_export_policy - AWS Lambda support added to the module.

  • na_ontap_export_policy_rule - AWS Lambda support added to the module.

  • na_ontap_flexcache - AWS Lambda support added to the module.

  • na_ontap_igroup - AWS Lambda support added to the module.

  • na_ontap_igroup_initiator - AWS Lambda support added to the module.

  • na_ontap_interface - AWS Lambda support added to the module.

  • na_ontap_iscsi - AWS Lambda support added to the module.

  • na_ontap_iscsi_security - AWS Lambda support added to the module.

  • na_ontap_job_schedule - AWS Lambda support added to the module.

  • na_ontap_ldap_client - AWS Lambda support added to the module.

  • na_ontap_local_hosts - AWS Lambda support added to the module.

  • na_ontap_lun - AWS Lambda support added to the module.

  • na_ontap_lun_copy - AWS Lambda support added to the module.

  • na_ontap_lun_map - AWS Lambda support added to the module.

  • na_ontap_lun_map_reporting_nodes - AWS Lambda support added to the module.

  • na_ontap_name_mappings - AWS Lambda support added to the module.

  • na_ontap_name_service_switch - AWS Lambda support added to the module.

  • na_ontap_nfs - AWS Lambda support added to the module.

  • na_ontap_qos_policy_group - AWS Lambda support added to the module.

  • na_ontap_qtree - AWS Lambda support added to the module.

  • na_ontap_quotas - AWS Lambda support added to the module.

  • na_ontap_rest_info - AWS Lambda support added to the module.

  • na_ontap_restit - AWS Lambda support added to the module.

  • na_ontap_s3_buckets - AWS Lambda support added to the module.

  • na_ontap_s3_groups - AWS Lambda support added to the module.

  • na_ontap_s3_policies - AWS Lambda support added to the module.

  • na_ontap_s3_services - AWS Lambda support added to the module.

  • na_ontap_s3_users - AWS Lambda support added to the module.

  • na_ontap_snapmirror - AWS Lambda support added to the module.

  • na_ontap_snapmirror_policy - AWS Lambda support added to the module.

  • na_ontap_snapshot - AWS Lambda support added to the module.

  • na_ontap_snapshot_policy - AWS Lambda support added to the module.

  • na_ontap_svm - AWS Lambda support added to the module.

  • na_ontap_volume_autosize - AWS Lambda support added to the module.

  • na_ontap_volume_clone - AWS Lambda support added to the module.

  • na_ontap_vserver_peer - AWS Lambda support added to the module.

  • na_ontap_vserver_peer_permissions - AWS Lambda support added to the module.

  • na_ontap_wait_for_condition - AWS Lambda support added to the module.

splunk.es

  • Bumped the minimum supported Ansible version to >=2.17.0 (Ansible 2.15/2.16 are EoL).

  • Remove dependency on the ansible.netcommon collection. Utility functions (remove_empties, dict_diff, dict_merge) are now bundled locally, and the httpapi plugin inherits directly from ansible-core’s HttpApiBase.

vmware.vmware

Removed Collections

  • awx.awx (previously included version: 24.6.1)

  • cisco.dnac (previously included version: 6.41.0)

  • junipernetworks.junos (previously included version: 11.0.0)

You can still install a removed collection manually with ansible-galaxy collection install <name-of-collection>.

Removed Features

  • The awx.awx collection has been removed from Ansible 14. The collection is undergoing a heavy refactoring and currently does not align with the standards for the community package. See the removal discussion for details. Users can still install this collection with ansible-galaxy collection install awx.awx.

  • The deprecated cisco.dnac collection has been removed (https://forum.ansible.com/t/45609).

  • The deprecated junipernetworks.junos collection has been removed (https://forum.ansible.com/t/44869).

Ansible-core

community.dns

community.general

community.mysql

  • All modules and plugins have been removed from this collection. They have been migrated to the ansible.mysql collection. Redirections have been provided. Please install ansible.mysql and adjust the FQCNs in your playbooks (community.mysql.mysql_infoansible.mysql.mysql_info).

hitachivantara.vspone_block

  • Removed playbooks “ddp_pool.yml” and “ddp_pool_facts.yml”.

splunk.es

  • adaptive_response_notable_event module has been removed. Use splunk.es.splunk_adaptive_response_notable_events resource module instead.

  • correlation_search module has been removed. Use splunk.es.splunk_correlation_searches resource module instead.

  • correlation_search_info module has been removed. Use splunk.es.splunk_correlation_search_info instead.

  • data_input_monitor module has been removed. Use splunk.es.splunk_data_inputs_monitor resource module instead.

  • data_input_network module has been removed. Use splunk.es.splunk_data_inputs_network resource module instead.

Deprecated Features

  • The netapp.cloudmanager collection is considered unmaintained and will be removed from Ansible 15 if no one starts maintaining it again before Ansible 15. See Collections Removal Process for unmaintained collections for more details, including for how this can be cancelled (https://forum.ansible.com/t/44891). After removal, users can still install this collection with ansible-galaxy collection install netapp.cloudmanager.

  • The collection community.mysql was renamed to ansible.mysql. For now both collections are included in Ansible. The content in community.mysql has been replaced by deprecated redirects in Ansible 14.0.0. The collection will be completely removed from Ansible 17. Please update your FQCNs from community.mysql to ansible.mysql (https://forum.ansible.com/t/45798).

  • The cyberark.pas collection will be removed from Ansible 15 due to violations of the Ansible inclusion requirements. The collection has violated the inclusion requirements multiple times, including those surrounding repository management. The collection maintainers did not respond to the latest violation report. See Collections Removal Process for collections not satisfying the collection requirements for more details, including for how this can be cancelled (https://forum.ansible.com/t/45816). After removal, users can still install this collection with ansible-galaxy collection install cyberark.pas.

Ansible-core

  • The get_all_subclasses() function from ansible.module_utils.basic is deprecated and will be removed in ansible-core 2.24. Use get_all_subclasses() from ansible.module_utils.common._utils instead.

  • The get_platfrom() function from ansible.module_utils.basic is deprecated and will be removed in ansible-core 2.24. Use platform.system() from the Python standard library instead.

  • The load_platform_subclass() function from ansible.module_utils.basic is deprecated and will be removed in ansible-core 2.24. Use get_platform_subclass() from ansible.module_utils.common.sys_info instead.

  • PluginLoader - Deprecate unused aliases attribute. Plugins in a collection should define aliases in the meta/runtime.yml file using the redirect field instead.

  • ansible.module_utils.six - The six compatibility library provided at ansible.module_utils.six is deprecated, and planned for removal in ansible-core 2.24

  • apt_key - deprecate in favor of deb822_repository.

  • apt_repository - deprecate in favor of deb822_repository.

  • connection plugins - Added a soft deprecation on the connection attributes has_native_async and always_pipeline_modules. Connection plugins that wish to apply custom behaviour around pipelining should instead override the method is_pipelining_enabled(self, wrap_async=False) added in Ansible 2.19. For backwards compatibility no runtime deprecation warning is emitted but will be in the future.

  • task result - Inferred task failure from a non-zero rc key and absence of a failed key will be deprecated in Ansible Core 2.22. Actions and modules must explicitly communicate failure by setting the failed key, using APIs that do so, or raising an unhandled exception. In future releases, the rc key will receive no special handling during task result processing.

amazon.aws

ansible.netcommon

  • network_cli - The in-collection paramiko support (used when ssh_type is paramiko) is a compatibility layer for environments where ansible-core’s paramiko connection is no longer available. This layer is deprecated and will be removed in a release after 2028-02-01. Migrate to ssh_type=libssh by installing the ansible-pylibssh package.

arista.eos

  • The src parameter’s automatic Jinja2 template processing is deprecated and will be removed in march 2028 from eos_config module

  • Use the content parameter with ansible.builtin.template lookup instead.

cisco.ios

  • ios_config - The src parameter’s automatic Jinja2 template processing is deprecated and will be removed in March 2028. Use the content parameter with ansible.builtin.template lookup instead.

cisco.iosxr

  • The src parameter’s automatic Jinja2 template processing is deprecated and will be removed in March 2028 from iosxr_config module. Use the content parameter with ansible.builtin.template lookup instead.

cisco.nxos

  • The src parameter’s automatic Jinja2 template processing is deprecated and will be removed in March 2028 from nxos_config module

  • Use the content parameter with ansible.builtin.template lookup instead.

community.aws

community.general

community.mysql

  • All modules in this collection have been deprecated and will be removed in version 5.0.0. The content has been moved to the ansible.mysql collection as-is. Please use ansible.mysql instead. After installing it, change FQCN parts in module names in your playbooks from community.mysql to ansible.mysql, for example, community.mysql.mysql_info to ansible.mysql.mysql_info.

community.proxmox

community.routeros

hetzner.hcloud

  • datacenter_info - The hcloud_datacenter_info[].server_types return value is deprecated and will be removed after 1 October 2026. Please use the hcloud_server_type_info[].locations[].available return value instead.

  • hcloud inventory - The hcloud_datacenter host variable is deprecated and will be removed after 1 July 2026. Please use the hcloud_location host variable instead.

  • network_info - The hcloud_network_info[].servers[].datacenter return value is deprecated and will be removed after 1 July 2026. Please use the hcloud_network_info[].servers[].location return value instead.

  • primary_ip - The datacenter argument is deprecated and will be removed after 1 July 2026. Please use the location argument instead.

  • primary_ip - The hcloud_primary_ip.datacenter return value is deprecated and will be removed after 1 July 2026. Please use the hcloud_primary_ip.location return value instead.

  • primary_ip_info - The hcloud_primary_ip_info[].datacenter return value is deprecated and will be removed after 1 July 2026. Please use the hcloud_primary_ip_info[].location return value instead.

  • server - The datacenter argument is deprecated and will be removed after 1 July 2026. Please use the location argument instead.

  • server - The hcloud_server.datacenter return value is deprecated and will be removed after 1 July 2026. Please use the hcloud_server.location return value instead.

  • server_info - The hcloud_server_info[].datacenter return value is deprecated and will be removed after 1 July 2026. Please use the hcloud_server_info[].location return value instead.

hitachivantara.vspone_block

  • The old parameter names renamed in this release are retained as aliases for backward compatibility but will be removed in the next major release. Affected parameters across modules are - “start_ldev”, “end_ldev”, “parity_groups”, “ports”, “port” (hv_resource_group, hv_resource_group_facts), “ports”, “port” (hv_storage_port, hv_storage_port_facts), “mirror_unit” (hv_sds_block_journal), “nick_name”, “should_delete_all_ldevs” (hv_hg, hv_iscsi_target), “nick_name” (hv_hg_facts, hv_iscsi_target_facts, hv_sds_block_compute_port, hv_vsp_one_server, hv_vsp_one_server_facts, hv_vsp_one_server_hba_facts), “parity_group” (hv_ldev, hv_ldev_facts), “remote_ip_address” (hv_sds_block_remote_iscsi_port), “start_volume_id” (hv_vsp_one_volume_facts), “mirror_unit_id”, “primary_journal_pool”, “secondary_journal_pool” (hv_hur), “mirror_unit_id”, “pvol_status”, “svol_status”, “primary_storage_serial”, “secondary_storage_serial”, “primary_journal_pool”, “secondary_journal_pool” (hv_hur_facts), “mu_number” (hv_gad), “pvol_status”, “svol_status”, “storage_serial_number” (hv_truecopy, hv_truecopy_facts, hv_hur), “secondary_storage_serial” (hv_hur), “primary_volume_storage_id”, “secondary_volume_storage_id” (hv_gad, hv_gad_facts), “mirror_unit_id” (hv_snapshot, hv_snapshot_group, hv_snapshot_facts, hv_snapshot_group_facts), “pvol_host_groups”, “pvol_iscsi_targets”, “pvol_nvm_subsystem_name”, “svol_host_groups”, “svol_iscsi_targets”, “svol_nvm_subsystem_name”, “pvol_processing_status”, “svol_processing_status” (hv_snapshot_facts), “pvol_mu_number”, “copy_pace_track_size” (hv_shadow_image_pair), “mirror_unit_id”, “pvol_host_groups”, “pvol_iscsi_targets”, “pvol_nvm_subsystem_name”, “svol_host_groups”, “svol_iscsi_targets”, “svol_nvm_subsystem_name” (hv_shadow_image_pair_facts).

kubernetes.core

vmware.vmware_rest

  • Deprecate modules that have been moved to the new vmware.vmware collection. Includes vcenter_vm_guest_customization, vcenter_vm_hardware_adapter_sata, vcenter_vm_hardware_adapter_scsi, vcenter_vm_hardware_cdrom, vcenter_vm_hardware_cpu, vcenter_vm_hardware_disk, vcenter_vm_hardware_ethernet, vcenter_vm_hardware_memory, vcenter_vm