mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
(cherry picked from commit 3a08903e1c)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -20,7 +20,7 @@ options:
|
||||
description:
|
||||
- Whether or not to increment a single number in the name for created virtual machines.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
name:
|
||||
description:
|
||||
- The name of the virtual machine.
|
||||
@@ -89,7 +89,7 @@ options:
|
||||
description:
|
||||
- This will assign the machine to the public LAN. If no LAN exists with public Internet access it is created.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
lan:
|
||||
description:
|
||||
- The ID of the LAN you wish to add the servers to.
|
||||
@@ -107,7 +107,7 @@ options:
|
||||
description:
|
||||
- wait for the instance to be in state 'running' before returning
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
wait_timeout:
|
||||
description:
|
||||
- how long before wait gives up, in seconds
|
||||
@@ -117,7 +117,7 @@ options:
|
||||
description:
|
||||
- remove the bootVolume of the virtual machine you're destroying.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
state:
|
||||
description:
|
||||
- create or terminate instances
|
||||
|
||||
@@ -46,7 +46,7 @@ options:
|
||||
description:
|
||||
- wait for the datacenter to be created before returning
|
||||
required: false
|
||||
default: "yes"
|
||||
default: true
|
||||
type: bool
|
||||
wait_timeout:
|
||||
description:
|
||||
|
||||
@@ -48,7 +48,7 @@ options:
|
||||
description:
|
||||
- wait for the operation to complete before returning
|
||||
required: false
|
||||
default: "yes"
|
||||
default: true
|
||||
type: bool
|
||||
wait_timeout:
|
||||
description:
|
||||
|
||||
@@ -74,7 +74,7 @@ options:
|
||||
auto_increment:
|
||||
description:
|
||||
- Whether or not to increment a single number in the name for created virtual machines.
|
||||
default: yes
|
||||
default: true
|
||||
type: bool
|
||||
instance_ids:
|
||||
description:
|
||||
@@ -96,7 +96,7 @@ options:
|
||||
description:
|
||||
- wait for the datacenter to be created before returning
|
||||
required: false
|
||||
default: "yes"
|
||||
default: true
|
||||
type: bool
|
||||
wait_timeout:
|
||||
description:
|
||||
@@ -125,7 +125,7 @@ EXAMPLES = '''
|
||||
datacenter: Tardis One
|
||||
name: vol%02d
|
||||
count: 5
|
||||
auto_increment: yes
|
||||
auto_increment: true
|
||||
wait_timeout: 500
|
||||
state: present
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ options:
|
||||
description:
|
||||
- wait for the operation to complete before returning
|
||||
required: false
|
||||
default: "yes"
|
||||
default: true
|
||||
type: bool
|
||||
wait_timeout:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user