external help file | Module Name | online version | schema |
---|---|---|---|
Jagabata.psm.dll-Help.xml |
Jagabata.psm |
2.0.0 |
Retrieve various sitewide configuration settings.
Get-AnsibleConfig [<CommonParameters>]
Retrieve site configuration settings and general information.
Implements following Rest API:
/api/v2/config/
PS C:\> Get-AnsibleConfig
TimeZone : UTC
LicenseInfo : { LicenseType = open, ValidKey = True, SubscriptionName = OPEN, ProductName = AWX }
Version : 23.3.1
Eula :
ConfigAnalyticsStatus :
AnalyticsCollectors : {[config, { ... }], [counts, { ... }], [cred_type_counts, { ... }], [events_table, { ... }]…}
BecomeMethods : {sudo Sudo, su Su, pbrun Pbrun, pfexec Pfexec…}
UiNext : True
ProjectBaseDir : /var/lib/awx/projects/
ProjectLocalPaths : {}
CustomVirtualenvs : {}
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.