added user information collection to bigip_device_info (#60016)

pull/57504/merge
Wojciech Wypior 5 years ago committed by Tim Rupp
parent 4308b87d72
commit 57cbfae797

@ -6091,7 +6091,7 @@ udp_profiles:
sample: yes
sample: hash/dictionary of values
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).
type: complex
contains:
@ -6121,19 +6121,19 @@ users:
contains:
name:
description:
- Name of patition
- Name of partition
returned: queried
type: str
sample: all-partitions
role:
description:
- Role allowed to user on parition
- Role allowed to user on partition.
returned: queried
type: str
sample: auditor
shell:
description:
- The shell assigned to the user account
- The shell assigned to the user account.
returned: queried
type: str
sample: tmsh

Loading…
Cancel
Save