Adjust booleans in cloud modules. (#5155) (#5176)

(cherry picked from commit 3a08903e1c)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-24 20:22:10 +02:00 committed by GitHub
commit 43dc6ba533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 177 additions and 177 deletions

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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: