mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-22 08:10:20 -07:00
Make it easier to find network modules (#23576)
* Make it easier to find network modules Feedback has been it's difficult (via Google or directly) to find modules as some people search for the company name vs product name, therefore specify both. * "IOS XR" (not "IOS-XR")
This commit is contained in:
parent
4ee96b20a3
commit
92a425a532
17 changed files with 20 additions and 20 deletions
|
@ -26,7 +26,7 @@ DOCUMENTATION = """
|
|||
module: iosxr_template
|
||||
version_added: "2.1"
|
||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
short_description: Manage Cisco IOSXR device configurations over SSH
|
||||
short_description: Manage Cisco IOS XR device configurations over SSH
|
||||
description:
|
||||
- Manages network device configurations over SSH. This module
|
||||
allows implementers to work with the device running-config. It
|
||||
|
|
|
@ -26,9 +26,9 @@ DOCUMENTATION = """
|
|||
module: iosxr_command
|
||||
version_added: "2.1"
|
||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
short_description: Run commands on remote devices running Cisco iosxr
|
||||
short_description: Run commands on remote devices running Cisco IOS XR
|
||||
description:
|
||||
- Sends arbitrary commands to an iosxr node and returns the results
|
||||
- Sends arbitrary commands to an IOS XR node and returns the results
|
||||
read from the device. This module includes an
|
||||
argument that will cause the module to wait for a specific condition
|
||||
before returning or timing out if the condition is not met.
|
||||
|
|
|
@ -25,10 +25,10 @@ DOCUMENTATION = """
|
|||
module: iosxr_facts
|
||||
version_added: "2.2"
|
||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
short_description: Collect facts from remote devices running IOS-XR
|
||||
short_description: Collect facts from remote devices running IOS XR
|
||||
description:
|
||||
- Collects a base set of device facts from a remote device that
|
||||
is running iosxr. This module prepends all of the
|
||||
is running IOS XR. This module prepends all of the
|
||||
base network fact keys 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.
|
||||
|
|
|
@ -26,10 +26,10 @@ DOCUMENTATION = """
|
|||
module: iosxr_system
|
||||
version_added: "2.3"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Manage the system attributes on Cisco IOS-XR devices
|
||||
short_description: Manage the system attributes on Cisco IOS XR devices
|
||||
description:
|
||||
- This module provides declarative management of node system attributes
|
||||
on Cisco IOS-XR devices. It provides an option to configure host system
|
||||
on Cisco IOS XR devices. It provides an option to configure host system
|
||||
parameters or remove those parameters from the device active
|
||||
configuration.
|
||||
extends_documentation_fragment: iosxr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue