mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added version_added for spot instance parameters
This commit is contained in:
parent
40f9da351f
commit
080e70ab6e
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
spot_price:
|
spot_price:
|
||||||
|
version_added: "1.5"
|
||||||
description:
|
description:
|
||||||
- Maximum spot price to bid, If not set a regular on-demand instance is requested. A spot request is made with this maximum bid. When it is filled, the instance is started.
|
- Maximum spot price to bid, If not set a regular on-demand instance is requested. A spot request is made with this maximum bid. When it is filled, the instance is started.
|
||||||
required: false
|
required: false
|
||||||
|
@ -104,6 +105,7 @@ options:
|
||||||
default: 300
|
default: 300
|
||||||
aliases: []
|
aliases: []
|
||||||
spot_wait_timeout:
|
spot_wait_timeout:
|
||||||
|
version_added: "1.5"
|
||||||
description:
|
description:
|
||||||
- how long to wait for the spot instance request to be fulfilled
|
- how long to wait for the spot instance request to be fulfilled
|
||||||
default: 600
|
default: 600
|
||||||
|
|
Loading…
Reference in a new issue