mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -127,7 +127,7 @@ attributes:
|
|||
description: Application Pool attributes that were set and processed by this
|
||||
module invocation.
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
sample:
|
||||
enable32BitAppOnWin64: "true"
|
||||
managedRuntimeVersion: "v4.0"
|
||||
|
@ -143,7 +143,7 @@ info:
|
|||
attributes:
|
||||
description: Key value pairs showing the current Application Pool attributes.
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
sample:
|
||||
autoStart: true
|
||||
managedRuntimeLoader: "webengine4.dll"
|
||||
|
@ -161,7 +161,7 @@ info:
|
|||
cpu:
|
||||
description: Key value pairs showing the current Application Pool cpu attributes.
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
sample:
|
||||
action: "NoAction"
|
||||
limit: 0
|
||||
|
@ -171,7 +171,7 @@ info:
|
|||
failure:
|
||||
description: Key value pairs showing the current Application Pool failure attributes.
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
sample:
|
||||
autoShutdownExe: ""
|
||||
orphanActionExe: ""
|
||||
|
@ -181,12 +181,12 @@ info:
|
|||
name:
|
||||
description: Name of Application Pool that was processed by this module invocation.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "DefaultAppPool"
|
||||
processModel:
|
||||
description: Key value pairs showing the current Application Pool processModel attributes.
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
sample:
|
||||
identityType: "ApplicationPoolIdentity"
|
||||
logonType: "LogonBatch"
|
||||
|
@ -196,7 +196,7 @@ info:
|
|||
recycling:
|
||||
description: Key value pairs showing the current Application Pool recycling attributes.
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
sample:
|
||||
disallowOverlappingRotation: false
|
||||
disallowRotationOnConfigChange: false
|
||||
|
@ -204,6 +204,6 @@ info:
|
|||
state:
|
||||
description: Current runtime state of the pool as the module completed.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "Started"
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue