diff --git a/lib/ansible/modules/network/iosxr/iosxr_banner.py b/lib/ansible/modules/network/iosxr/iosxr_banner.py index 965ba9c4670..62537c5f3db 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 00463b5912b..4dabee70933 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 9106d30d407..e24ff611ec5 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 126c4004a84..5c5fa202b76 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 c8387694ef4..083ca3097f6 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 becf15743b0..ada79c664f3 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 f55c1335d60..dc2ad2b7aa8 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: