summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrishna Guha <trishnaguha17@gmail.com>2017-08-23 22:55:21 +0530
committerGitHub <noreply@github.com>2017-08-23 22:55:21 +0530
commitcfc6d9f904d181c25c5794f68299bcec271556f0 (patch)
tree65d1183d8a332872a91f88139f7b226534bff4d8
parentbe2d4cc1c9eac7a663fcc1ab41396cee39460009 (diff)
downloadansible-cfc6d9f904d181c25c5794f68299bcec271556f0.tar.gz
Tested against IOS XR version (#28563)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_banner.py4
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_command.py2
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_config.py2
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_interface.py2
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_logging.py4
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_system.py2
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_user.py4
7 files changed, 17 insertions, 3 deletions
diff --git a/lib/ansible/modules/network/iosxr/iosxr_banner.py b/lib/ansible/modules/network/iosxr/iosxr_banner.py
index 965ba9c467..62537c5f3d 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_banner.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_banner.py
@@ -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:
diff --git a/lib/ansible/modules/network/iosxr/iosxr_command.py b/lib/ansible/modules/network/iosxr/iosxr_command.py
index 00463b5912..4dabee7093 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_command.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_command.py
@@ -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:
diff --git a/lib/ansible/modules/network/iosxr/iosxr_config.py b/lib/ansible/modules/network/iosxr/iosxr_config.py
index 9106d30d40..e24ff611ec 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_config.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_config.py
@@ -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:
diff --git a/lib/ansible/modules/network/iosxr/iosxr_interface.py b/lib/ansible/modules/network/iosxr/iosxr_interface.py
index 126c4004a8..5c5fa202b7 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_interface.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_interface.py
@@ -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:
diff --git a/lib/ansible/modules/network/iosxr/iosxr_logging.py b/lib/ansible/modules/network/iosxr/iosxr_logging.py
index c8387694ef..083ca3097f 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_logging.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_logging.py
@@ -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:
diff --git a/lib/ansible/modules/network/iosxr/iosxr_system.py b/lib/ansible/modules/network/iosxr/iosxr_system.py
index becf15743b..ada79c664f 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_system.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_system.py
@@ -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:
diff --git a/lib/ansible/modules/network/iosxr/iosxr_user.py b/lib/ansible/modules/network/iosxr/iosxr_user.py
index f55c1335d6..dc2ad2b7aa 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_user.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_user.py
@@ -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: