added user information collection to bigip_device_info (#60016)
This commit is contained in:
parent
4308b87d72
commit
57cbfae797
1 changed files with 4 additions and 4 deletions
|
@ -6091,7 +6091,7 @@ udp_profiles:
|
||||||
sample: yes
|
sample: yes
|
||||||
sample: hash/dictionary of values
|
sample: hash/dictionary of values
|
||||||
users:
|
users:
|
||||||
description: Details of the users on the system
|
description: Details of the users on the system.
|
||||||
returned: When C(users) is specified in C(gather_subset).
|
returned: When C(users) is specified in C(gather_subset).
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
@ -6121,19 +6121,19 @@ users:
|
||||||
contains:
|
contains:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Name of patition
|
- Name of partition
|
||||||
returned: queried
|
returned: queried
|
||||||
type: str
|
type: str
|
||||||
sample: all-partitions
|
sample: all-partitions
|
||||||
role:
|
role:
|
||||||
description:
|
description:
|
||||||
- Role allowed to user on parition
|
- Role allowed to user on partition.
|
||||||
returned: queried
|
returned: queried
|
||||||
type: str
|
type: str
|
||||||
sample: auditor
|
sample: auditor
|
||||||
shell:
|
shell:
|
||||||
description:
|
description:
|
||||||
- The shell assigned to the user account
|
- The shell assigned to the user account.
|
||||||
returned: queried
|
returned: queried
|
||||||
type: str
|
type: str
|
||||||
sample: tmsh
|
sample: tmsh
|
||||||
|
|
Loading…
Reference in a new issue