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 module: iosxr_banner
version_added: "2.4" version_added: "2.4"
author: "Trishna Guha (@trishnag)" author: "Trishna Guha (@trishnaguha)"
short_description: Manage multiline banners on Cisco IOS XR devices short_description: Manage multiline banners on Cisco IOS XR devices
description: description:
- This will configure both exec and motd banners on remote devices - This will configure both exec and motd banners on remote devices
running Cisco IOS XR. It allows playbooks to add or remote running Cisco IOS XR. It allows playbooks to add or remote
banner text from the active running configuration. banner text from the active running configuration.
notes:
- Tested against IOS XR 6.1.2
options: options:
banner: banner:
description: description:

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

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

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

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

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

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

Loading…
Cancel
Save