From a6f828e2abdae20706811d35d29d613aa74f1f4c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 29 Aug 2019 01:49:14 +0200 Subject: [PATCH] Reordering entries. (#61491) --- .../rst/porting_guides/porting_guide_2.9.rst | 46 ++++++++++--------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.9.rst b/docs/docsite/rst/porting_guides/porting_guide_2.9.rst index 09271b8f640..4c610ca51be 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.9.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.9.rst @@ -137,8 +137,6 @@ The following modules will be removed in Ansible 2.13. Please update update your * na_ontap_gather_facts use :ref:`na_ontap_info ` instead. -* nginx_status_facts use :ref:`nginx_status_info ` instead. - * net_banner use the platform-specific [netos]_banner modules instead. * net_interface use the new platform-specific [netos]_interfaces modules instead. @@ -165,8 +163,14 @@ The following modules will be removed in Ansible 2.13. Please update update your * net_vrf use the platform-specific [netos]_vrf modules instead. +* nginx_status_facts use :ref:`nginx_status_info ` instead. + * nxos_interface use :ref:`nxos_interfaces ` instead. +* nxos_l2_interface use :ref:`nxos_l2_interfaces ` instead. + +* nxos_l3_interface use :ref:`nxos_l3_interfaces ` instead. + * nxos_linkagg use :ref:`nxos_lag_interfaces ` instead. * nxos_vlan use :ref:`nxos_vlans ` instead. @@ -271,15 +275,12 @@ The following modules will be removed in Ansible 2.13. Please update update your * vyos_lldp_interface use :ref:`vyos_lldp_interfaces ` instead. -* nxos_l3_interface use :ref:`nxos_l3_interfaces ` instead. - -* nxos_l2_interface use :ref:`nxos_l2_interfaces ` instead. - The following functionality will be removed in Ansible 2.12. Please update update your playbooks accordingly. * ``vmware_cluster`` DRS, HA and VSAN configuration; use :ref:`vmware_cluster_drs `, :ref:`vmware_cluster_ha ` and :ref:`vmware_cluster_vsan ` instead. + The following functionality will be removed in Ansible 2.13. Please update update your playbooks accordingly. * ``openssl_certificate`` deprecates the ``assertonly`` provider. @@ -288,6 +289,7 @@ The following functionality will be removed in Ansible 2.13. Please update updat :ref:`openssl_csr_info `, :ref:`openssl_privatekey_info ` and :ref:`assert ` modules. + For the following modules, the PyOpenSSL-based backend ``pyopenssl`` has been deprecated and will be removed in Ansible 2.13: @@ -318,6 +320,19 @@ be removed in Ansible 2.13. Please update update your playbooks accordingly. To access return values, :ref:`register a variable `. * The ``aws_sgw_facts`` module was renamed to :ref:`aws_sgw_info `. * The ``aws_waf_facts`` module was renamed to :ref:`aws_waf_info `. +* The ``azure_rm_aks_facts`` module was renamed to :ref:`azure_rm_aks_info `. +* The ``azure_rm_aksversion_facts`` module was renamed to :ref:`azure_rm_aksversion_info `. +* The ``azure_rm_applicationsecuritygroup_facts`` module was renamed to :ref:`azure_rm_applicationsecuritygroup_info `. +* The ``azure_rm_appserviceplan_facts`` module was renamed to :ref:`azure_rm_appserviceplan_info `. +* The ``azure_rm_automationaccount_facts`` module was renamed to :ref:`azure_rm_automationaccount_info `. +* The ``azure_rm_autoscale_facts`` module was renamed to :ref:`azure_rm_autoscale_info `. +* The ``azure_rm_availabilityset_facts`` module was renamed to :ref:`azure_rm_availabilityset `. +* The ``azure_rm_cdnendpoint_facts`` module was renamed to :ref:`azure_rm_cdnendpoint_info `. +* The ``azure_rm_cdnprofile_facts`` module was renamed to :ref:`azure_rm_cdnprofile_info `. +* The ``azure_rm_containerinstance_facts`` module was renamed to :ref:`azure_rm_containerinstance_info `. +* The ``azure_rm_containerregistry_facts`` module was renamed to :ref:`azure_rm_containerregistry_info `. +* The ``azure_rm_cosmosdbaccount_facts`` module was renamed to :ref:`azure_rm_cosmosdbaccount_info `. +* The ``azure_rm_deployment_facts`` module was renamed to :ref:`azure_rm_deployment_info `. * The ``azure_rm_resourcegroup_facts`` module was renamed to :ref:`azure_rm_resourcegroup_info `. * The ``bigip_device_facts`` module was renamed to :ref:`bigip_device_info `. * The ``bigiq_device_facts`` module was renamed to :ref:`bigiq_device_info `. @@ -459,12 +474,12 @@ be removed in Ansible 2.13. Please update update your playbooks accordingly. * The ``hpilo_facts`` module was renamed to :ref:`hpilo_info `. When called with the new name, the module no longer returns ``ansible_facts``. To access return values, :ref:`register a variable `. -* The ``idrac_redfish_facts`` module was renamed to :ref:`idrac_redfish_info `. - When called with the new name, the module no longer returns ``ansible_facts``. - To access return values, :ref:`register a variable `. * The ``iam_mfa_device_facts`` module was renamed to :ref:`iam_mfa_device_info `. * The ``iam_role_facts`` module was renamed to :ref:`iam_role_info `. * The ``iam_server_certificate_facts`` module was renamed to :ref:`iam_server_certificate_info `. +* The ``idrac_redfish_facts`` module was renamed to :ref:`idrac_redfish_info `. + When called with the new name, the module no longer returns ``ansible_facts``. + To access return values, :ref:`register a variable `. * The ``intersight_facts`` module was renamed to :ref:`intersight_info `. * The ``jenkins_job_facts`` module was renamed to :ref:`jenkins_job_info `. * The ``k8s_facts`` module was renamed to :ref:`k8s_info `. @@ -620,19 +635,6 @@ be removed in Ansible 2.13. Please update update your playbooks accordingly. * The ``xenserver_guest_facts`` module was renamed to :ref:`xenserver_guest_info `. * The ``zabbix_group_facts`` module was renamed to :ref:`zabbix_group_info `. * The ``zabbix_host_facts`` module was renamed to :ref:`zabbix_host_info `. -* The ``azure_rm_aks_facts`` module was renamed to :ref:`azure_rm_aks_info `. -* The ``azure_rm_aksversion_facts`` module was renamed to :ref:`azure_rm_aksversion_info `. -* The ``azure_rm_applicationsecuritygroup_facts`` module was renamed to :ref:`azure_rm_applicationsecuritygroup_info `. -* The ``azure_rm_appserviceplan_facts`` module was renamed to :ref:`azure_rm_appserviceplan_info `. -* The ``azure_rm_autoscale_facts`` module was renamed to :ref:`azure_rm_autoscale_info `. -* The ``azure_rm_availabilityset_facts`` module was renamed to :ref:`azure_rm_availabilityset `. -* The ``azure_rm_automationaccount_facts`` module was renamed to :ref:`azure_rm_automationaccount_info `. -* The ``azure_rm_cdnprofile_facts`` module was renamed to :ref:`azure_rm_cdnprofile_info `. -* The ``azure_rm_cdnendpoint_facts`` module was renamed to :ref:`azure_rm_cdnendpoint_info `. -* The ``azure_rm_containerinstance_facts`` module was renamed to :ref:`azure_rm_containerinstance_info `. -* The ``azure_rm_containerregistry_facts`` module was renamed to :ref:`azure_rm_containerregistry_info `. -* The ``azure_rm_cosmosdbaccount_facts`` module was renamed to :ref:`azure_rm_cosmosdbaccount_info `. -* The ``azure_rm_deployment_facts`` module was renamed to :ref:`azure_rm_deployment_info `. Noteworthy module changes -------------------------