mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Tested against IOS version (#28559)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
340f52ae96
commit
4070a22c5b
10 changed files with 22 additions and 2 deletions
|
@ -27,7 +27,7 @@ DOCUMENTATION = """
|
|||
---
|
||||
module: ios_user
|
||||
version_added: "2.4"
|
||||
author: "Trishna Guha (@trishnag)"
|
||||
author: "Trishna Guha (@trishnaguha)"
|
||||
short_description: Manage the aggregate of local users on Cisco IOS device
|
||||
description:
|
||||
- This module provides declarative management of the local usernames
|
||||
|
@ -35,6 +35,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 15.6
|
||||
options:
|
||||
aggregate:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue