mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -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
|
@ -152,32 +152,32 @@ RETURN = '''
|
|||
href:
|
||||
description: API URL to get details about this server
|
||||
returned: success when not state == absent
|
||||
type: string
|
||||
type: str
|
||||
sample: https://api.cloudscale.ch/v1/servers/cfde831a-4e87-4a75-960f-89b0148aa2cc
|
||||
uuid:
|
||||
description: The unique identifier for this server
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: cfde831a-4e87-4a75-960f-89b0148aa2cc
|
||||
name:
|
||||
description: The display name of the server
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: its-a-me-mario.cloudscale.ch
|
||||
state:
|
||||
description: The current status of the server
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: running
|
||||
flavor:
|
||||
description: The flavor that has been used for this server
|
||||
returned: success when not state == absent
|
||||
type: string
|
||||
type: str
|
||||
sample: flex-8
|
||||
image:
|
||||
description: The image used for booting this server
|
||||
returned: success when not state == absent
|
||||
type: string
|
||||
type: str
|
||||
sample: debian-8
|
||||
volumes:
|
||||
description: List of volumes attached to the server
|
||||
|
@ -202,7 +202,7 @@ ssh_host_keys:
|
|||
anti_affinity_with:
|
||||
description: List of servers in the same anti-affinity group
|
||||
returned: success when not state == absent
|
||||
type: string
|
||||
type: str
|
||||
sample: []
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue