summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Devenport <edevenport@users.noreply.github.com>2016-08-23 08:00:41 +0000
committerEthan Devenport <edevenport@users.noreply.github.com>2016-08-23 08:00:41 +0000
commit1631c717ff9cd0ae67c919d36400e39cd8e9140b (patch)
tree87dc5cecfdae33c49725c3f18ca9b53e6f806f32
parent727eaa219d7c61797adb04c9938835b82696e73c (diff)
downloadansible-modules-extras-1631c717ff9cd0ae67c919d36400e39cd8e9140b.tar.gz
Included version_added for new options.
-rw-r--r--cloud/profitbricks/profitbricks.py3
-rw-r--r--cloud/profitbricks/profitbricks_volume.py2
2 files changed, 5 insertions, 0 deletions
diff --git a/cloud/profitbricks/profitbricks.py b/cloud/profitbricks/profitbricks.py
index e01d7477..b0791f37 100644
--- a/cloud/profitbricks/profitbricks.py
+++ b/cloud/profitbricks/profitbricks.py
@@ -39,10 +39,12 @@ options:
description:
- Password set for the administrative user.
required: false
+ version_added: '2.2'
ssh_keys:
description:
- Public SSH keys allowing access to the virtual machine.
required: false
+ version_added: '2.2'
datacenter:
description:
- The datacenter to provision this virtual machine.
@@ -64,6 +66,7 @@ options:
required: false
default: AMD_OPTERON
choices: [ "AMD_OPTERON", "INTEL_XEON" ]
+ version_added: '2.2'
volume_size:
description:
- The size in GB of the boot volume.
diff --git a/cloud/profitbricks/profitbricks_volume.py b/cloud/profitbricks/profitbricks_volume.py
index 802511cc..6b7877f3 100644
--- a/cloud/profitbricks/profitbricks_volume.py
+++ b/cloud/profitbricks/profitbricks_volume.py
@@ -49,10 +49,12 @@ options:
description:
- Password set for the administrative user.
required: false
+ version_added: '2.2'
ssh_keys:
description:
- Public SSH keys allowing access to the virtual machine.
required: false
+ version_added: '2.2'
disk_type:
description:
- The disk type of the volume.