mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 17:34:01 -07:00
Tested against IOS XR version (#28563)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
be2d4cc1c9
commit
cfc6d9f904
7 changed files with 17 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue