Tested against IOS XR version (#28563)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/28568/head
Trishna Guha 7 years ago committed by GitHub
parent be2d4cc1c9
commit cfc6d9f904

@ -16,12 +16,14 @@ DOCUMENTATION = """
---
module: iosxr_banner
version_added: "2.4"
author: "Trishna Guha (@trishnag)"
author: "Trishna Guha (@trishnaguha)"
short_description: Manage multiline banners on Cisco IOS XR devices
description:
- This will configure both exec and motd banners on remote devices
running Cisco IOS XR. It allows playbooks to add or remote
banner text from the active running configuration.
notes:
- Tested against IOS XR 6.1.2
options:
banner:
description:

@ -26,6 +26,8 @@ description:
- This module does not support running commands in configuration mode.
Please use M(iosxr_config) to configure iosxr devices.
extends_documentation_fragment: iosxr
notes:
- Tested against IOS XR 6.1.2
options:
commands:
description:

@ -24,6 +24,8 @@ description:
an implementation for working with IOS XR configuration sections in
a deterministic way.
extends_documentation_fragment: iosxr
notes:
- Tested against IOS XR 6.1.2
options:
lines:
description:

@ -22,6 +22,8 @@ short_description: Manage Interface on Cisco IOS XR network devices
description:
- This module provides declarative management of Interfaces
on Cisco IOS XR network devices.
notes:
- Tested against IOS XR 6.1.2
options:
name:
description:

@ -16,11 +16,13 @@ DOCUMENTATION = """
---
module: iosxr_logging
version_added: "2.4"
author: "Trishna Guha (@trishnag)"
author: "Trishna Guha (@trishnaguha)"
short_description: Manage logging on network devices
description:
- This module provides declarative management of logging
on Cisco IOS XR devices.
notes:
- Tested against IOS XR 6.1.2
options:
dest:
description:

@ -23,6 +23,8 @@ description:
parameters or remove those parameters from the device active
configuration.
extends_documentation_fragment: iosxr
notes:
- Tested against IOS XR 6.1.2
options:
hostname:
description:

@ -16,7 +16,7 @@ DOCUMENTATION = """
---
module: iosxr_user
version_added: "2.4"
author: "Trishna Guha (@trishnag)"
author: "Trishna Guha (@trishnaguha)"
short_description: Manage the aggregate of local users on Cisco IOS XR device
description:
- This module provides declarative management of the local usernames
@ -24,6 +24,8 @@ description:
either individual usernames or the aggregate of usernames in the
current running config. It also supports purging usernames from the
configuration that are not explicitly defined.
notes:
- Tested against IOS XR 6.1.2
options:
aggregate:
description:

Loading…
Cancel
Save