Restore extends_documentation_fragment: nxos (#22312)
* Restore extends_documentation_fragment: nxos * Restore extends_documentation_fragment: nxos
This commit is contained in:
parent
9be30f2eca
commit
aa3fbb0d54
66 changed files with 66 additions and 1 deletions
|
@ -24,6 +24,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
|
||||
module: nxos_aaa_server
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages AAA server global configuration.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_aaa_server_host
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages AAA server host-specific configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_acl
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages access list entries for ACLs.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_acl_interface
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages applying ACLs to interfaces.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_bgp
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages BGP configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_bgp_af
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages BGP Address-family configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_bgp_neighbor
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages BGP neighbors configurations.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_bgp_neighbor_af
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages BGP address-family's neighbors configuration.
|
||||
description:
|
||||
|
|
|
@ -25,6 +25,7 @@ ANSIBLE_METADATA = {
|
|||
DOCUMENTATION = """
|
||||
---
|
||||
module: nxos_command
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Run arbitrary command on Cisco NXOS devices
|
||||
|
|
|
@ -25,6 +25,7 @@ ANSIBLE_METADATA = {
|
|||
DOCUMENTATION = """
|
||||
---
|
||||
module: nxos_config
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Manage Cisco NXOS configuration sections
|
||||
|
|
|
@ -25,6 +25,7 @@ ANSIBLE_METADATA = {
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_evpn_global
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Handles the EVPN control plane for VXLAN.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_evpn_vni
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages Cisco EVPN VXLAN Network Identifier (VNI).
|
||||
description:
|
||||
|
|
|
@ -25,6 +25,7 @@ ANSIBLE_METADATA = {
|
|||
DOCUMENTATION = """
|
||||
---
|
||||
module: nxos_facts
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Gets facts about NX-OS switches
|
||||
description:
|
||||
|
@ -34,7 +35,6 @@ description:
|
|||
with C(ansible_net_<fact>). The facts module will always collect a
|
||||
base set of facts from the device and can enable or disable
|
||||
collection of additional facts.
|
||||
extends_documentation_fragment: nxos
|
||||
author:
|
||||
- Jason Edelman (@jedelman8)
|
||||
- Gabriele Gerbino (@GGabriele)
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_feature
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Manage features in NX-OS switches.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_file_copy
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Copy a file to a remote NXOS device over SCP.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_gir
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Trigger a graceful removal or insertion (GIR) of the switch.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_gir_profile_management
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Create a maintenance-mode or normal-mode profile for GIR.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_hsrp
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages HSRP configuration on NX-OS switches.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_igmp
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages IGMP global configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_igmp_interface
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages IGMP interface configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_igmp_snooping
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages IGMP snooping global configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_install_os
|
||||
extends_documentation_fragment: nxos
|
||||
short_description: Set boot options like boot image and kickstart image.
|
||||
description:
|
||||
- Install an operating system by setting the boot options like boot
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_interface
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Manages physical attributes of interfaces.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_interface_ospf
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages configuration of an OSPF interface instance.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_ip_interface
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Manages L3 attributes for IPv4 and IPv6 interfaces.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_mtu
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages MTU settings on Nexus switch.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_ntp
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages core NTP configuration.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
|
||||
module: nxos_ntp_auth
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages NTP authentication.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
|
||||
module: nxos_ntp_options
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages NTP options.
|
||||
description:
|
||||
|
|
|
@ -25,6 +25,7 @@ ANSIBLE_METADATA = {
|
|||
DOCUMENTATION = """
|
||||
---
|
||||
module: nxos_nxapi
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Manage NXAPI configuration on an NXOS device.
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_ospf
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages configuration of an ospf instance.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_ospf_vrf
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages a VRF for an OSPF router.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_overlay_global
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Configures anycast gateway MAC of the switch.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_pim
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages configuration of a PIM instance.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_pim_interface
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages PIM interface configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_pim_rp_address
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages configuration of an PIM static RP address instance.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_ping
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Tests reachability using ping from Nexus switch.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_portchannel
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages port-channel interfaces.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_reboot
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: 2.2
|
||||
short_description: Reboot a network device.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_rollback
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Set a checkpoint or rollback to a checkpoint.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_smu
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Perform SMUs on Cisco NX-OS devices.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_snapshot
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manage snapshots of the running states of selected features.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_snmp_community
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages SNMP community configs.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_snmp_contact
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages SNMP contact info.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_snmp_host
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages SNMP host configuration.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_snmp_location
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages SNMP location information.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_snmp_traps
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages SNMP traps.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_snmp_user
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages SNMP users for monitoring.
|
||||
description:
|
||||
|
|
|
@ -22,6 +22,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_static_route
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages static route configuration
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_switchport
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Manages Layer 2 switchport interfaces.
|
||||
description:
|
||||
|
|
|
@ -25,6 +25,7 @@ ANSIBLE_METADATA = {
|
|||
DOCUMENTATION = """
|
||||
---
|
||||
module: nxos_system
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.3"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Manage the system attributes on Cisco NXOS devices
|
||||
|
|
|
@ -24,6 +24,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
|
||||
module: nxos_udld
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages UDLD global configuration params.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_udld_interface
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages UDLD interface configuration params.
|
||||
description:
|
||||
|
|
|
@ -25,6 +25,7 @@ ANSIBLE_METADATA = {
|
|||
DOCUMENTATION = """
|
||||
---
|
||||
module: nxos_user
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.3"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Manage the collection of local users on Nexus devices
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vlan
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Manages VLAN resources and attributes.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vpc
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages global VPC configuration
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vpc_interface
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages interface VPC configuration
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vrf
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Manages global VRF configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vrf_af
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages VRF AF.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vrf_interface
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Manages interface specific VRF configuration.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vrrp
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.1"
|
||||
short_description: Manages VRRP configuration on NX-OS switches.
|
||||
description:
|
||||
|
|
|
@ -22,6 +22,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vtp_domain
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages VTP domain configuration.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
|
||||
module: nxos_vtp_password
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages VTP password configuration.
|
||||
description:
|
||||
|
|
|
@ -24,6 +24,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
|
||||
module: nxos_vtp_version
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages VTP version configuration.
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vxlan_vtep
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Manages VXLAN Network Virtualization Endpoint (NVE).
|
||||
description:
|
||||
|
|
|
@ -23,6 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_vxlan_vtep_vni
|
||||
extends_documentation_fragment: nxos
|
||||
version_added: "2.2"
|
||||
short_description: Creates a Virtual Network Identifier member (VNI)
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue