mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
(cherry picked from commit f84a9bf932
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9466103a4a
commit
4926f15d86
75 changed files with 134 additions and 20 deletions
|
@ -38,6 +38,7 @@ options:
|
|||
- Public SSH keys allowing access to the virtual machine.
|
||||
type: list
|
||||
elements: str
|
||||
default: []
|
||||
datacenter:
|
||||
description:
|
||||
- The datacenter to provision this virtual machine.
|
||||
|
@ -74,6 +75,7 @@ options:
|
|||
- list of instance ids, currently only used when state='absent' to remove instances.
|
||||
type: list
|
||||
elements: str
|
||||
default: []
|
||||
count:
|
||||
description:
|
||||
- The number of virtual machines to create.
|
||||
|
|
|
@ -50,7 +50,7 @@ options:
|
|||
- Public SSH keys allowing access to the virtual machine.
|
||||
type: list
|
||||
elements: str
|
||||
required: false
|
||||
default: []
|
||||
disk_type:
|
||||
description:
|
||||
- The disk type of the volume.
|
||||
|
@ -81,7 +81,7 @@ options:
|
|||
- list of instance ids, currently only used when state='absent' to remove instances.
|
||||
type: list
|
||||
elements: str
|
||||
required: false
|
||||
default: []
|
||||
subscription_user:
|
||||
description:
|
||||
- The ProfitBricks username. Overrides the PB_SUBSCRIPTION_ID environment variable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue