mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41: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
|
@ -333,7 +333,7 @@ service:
|
|||
IPAddress:
|
||||
description: The IP address assigned to the container.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
example: 172.17.0.2
|
||||
IPPrefixLen:
|
||||
description: Number of bits used by the subnet.
|
||||
|
@ -399,11 +399,11 @@ actions:
|
|||
name:
|
||||
description: name of the image
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
id:
|
||||
description: image hash
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
built_image:
|
||||
description: Provides image details when a new image is built for the service.
|
||||
returned: on image build
|
||||
|
@ -412,11 +412,11 @@ actions:
|
|||
name:
|
||||
description: name of the image
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
id:
|
||||
description: image hash
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
|
||||
action:
|
||||
description: A descriptive name of the action to be performed on the service's containers.
|
||||
|
@ -426,15 +426,15 @@ actions:
|
|||
id:
|
||||
description: the container's long ID
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
name:
|
||||
description: the container's name
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
short_id:
|
||||
description: the container's short ID
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
'''
|
||||
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue