|
|
@ -39,10 +39,12 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Password set for the administrative user.
|
|
|
|
- Password set for the administrative user.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
|
|
|
|
version_added: '2.2'
|
|
|
|
ssh_keys:
|
|
|
|
ssh_keys:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Public SSH keys allowing access to the virtual machine.
|
|
|
|
- Public SSH keys allowing access to the virtual machine.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
|
|
|
|
version_added: '2.2'
|
|
|
|
datacenter:
|
|
|
|
datacenter:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The datacenter to provision this virtual machine.
|
|
|
|
- The datacenter to provision this virtual machine.
|
|
|
@ -64,6 +66,7 @@ options:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: AMD_OPTERON
|
|
|
|
default: AMD_OPTERON
|
|
|
|
choices: [ "AMD_OPTERON", "INTEL_XEON" ]
|
|
|
|
choices: [ "AMD_OPTERON", "INTEL_XEON" ]
|
|
|
|
|
|
|
|
version_added: '2.2'
|
|
|
|
volume_size:
|
|
|
|
volume_size:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The size in GB of the boot volume.
|
|
|
|
- The size in GB of the boot volume.
|
|
|
|