Parameter |
Choices/Defaults |
Comments |
assign_public_ip
bool |
|
This will assign the machine to the public LAN. If no LAN exists with public Internet access it is created.
|
auto_increment
bool |
|
Whether or not to increment a single number in the name for created virtual machines.
|
bus
|
|
The bus type for the volume.
|
cores
|
Default:
2
|
The number of CPU cores to allocate to the virtual machine.
|
count
|
Default:
1
|
The number of virtual machines to create.
|
cpu_family
(added in 2.2) |
Choices:
AMD_OPTERON ←
- INTEL_XEON
|
The CPU family type to allocate to the virtual machine.
|
datacenter
|
|
The datacenter to provision this virtual machine.
|
image
required |
|
The system image ID for creating the virtual machine, e.g. a3eae284-a2fe-11e4-b187-5f1f641608c8.
|
image_password
(added in 2.2) |
|
Password set for the administrative user.
|
instance_ids
|
|
list of instance ids, currently only used when state='absent' to remove instances.
|
lan
|
Default:
1
|
The ID of the LAN you wish to add the servers to.
|
location
|
Choices:
us/las ←
- de/fra
- de/fkb
|
The datacenter location. Use only if you want to create the Datacenter or else this value is ignored.
|
name
required |
|
The name of the virtual machine.
|
ram
|
Default:
2048
|
The amount of memory to allocate to the virtual machine.
|
remove_boot_volume
bool |
|
remove the bootVolume of the virtual machine you're destroying.
|
ssh_keys
(added in 2.2) |
|
Public SSH keys allowing access to the virtual machine.
|
state
|
Choices:
- running
- stopped
- absent
present ←
|
create or terminate instances
|
subscription_password
|
|
THe ProfitBricks password. Overrides the PB_PASSWORD environment variable.
|
subscription_user
|
|
The ProfitBricks username. Overrides the PB_SUBSCRIPTION_ID environment variable.
|
volume_size
|
Default:
10
|
The size in GB of the boot volume.
|
wait
bool |
|
wait for the instance to be in state 'running' before returning
|
wait_timeout
|
Default:
600
|
how long before wait gives up, in seconds
|