mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -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,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