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:
John R Barker 2017-04-13 12:14:33 -04:00 committed by GitHub
commit 92a425a532
17 changed files with 20 additions and 20 deletions

View file

@ -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.