mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adds bigiq_device_facts module (#45822)
This module can be used to query a variety of facts from a BIG-IQ
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"isSystemSetup": true,
|
||||
"isAdminPasswordChanged": false,
|
||||
"isRootPasswordChanged": true,
|
||||
"generation": 7,
|
||||
"lastUpdateMicros": 1536357209120972,
|
||||
"kind": "shared:system:setup:systemsetupworkerstate",
|
||||
"selfLink": "https://localhost/mgmt/shared/system/setup"
|
||||
}
|
||||
Reference in New Issue
Block a user