summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Paine <aioue@users.noreply.github.com>2016-12-30 15:37:25 +0000
committerRyan Brown <sb@ryansb.com>2016-12-30 10:37:25 -0500
commite66501b0b78197c5e458388bce7feae31aa5888e (patch)
tree9f923070f2db6da8464c782945e00973ca4fb5c8
parent7ba746dc1ee64a94ceed72f6a8c511ef32542d5e (diff)
downloadansible-e66501b0b78197c5e458388bce7feae31aa5888e.tar.gz
[docs] update ec2_ami_copy docs to clarify encrypted snapshots (#19641)
Docs formatting.
-rw-r--r--lib/ansible/modules/cloud/amazon/ec2_ami_copy.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/ansible/modules/cloud/amazon/ec2_ami_copy.py b/lib/ansible/modules/cloud/amazon/ec2_ami_copy.py
index 71b3c611a8..ff80ab48fd 100644
--- a/lib/ansible/modules/cloud/amazon/ec2_ami_copy.py
+++ b/lib/ansible/modules/cloud/amazon/ec2_ami_copy.py
@@ -29,25 +29,25 @@ version_added: "2.0"
options:
source_region:
description:
- - the source region that AMI should be copied from
+ - The source region the AMI should be copied from.
required: true
source_image_id:
description:
- - the id of the image in source region that should be copied
+ - The ID of the AMI in source region that should be copied.
required: true
name:
description:
- - The name of the new image to copy
+ - The name of the new AMI to copy.
required: false
default: null
description:
description:
- - An optional human-readable string describing the contents and purpose of the new AMI.
+ - A human-readable string describing the contents and purpose of the new AMI.
required: false
default: null
encrypted:
description:
- - Whether or not to encrypt the target image
+ - Whether or not the destination snapshots of the copied AMI should be encrypted.
required: false
default: null
version_added: "2.2"
@@ -59,18 +59,18 @@ options:
version_added: "2.2"
wait:
description:
- - wait for the copied AMI to be in state 'available' before returning.
+ - Wait for the copied AMI to be in state 'available' before returning.
required: false
default: "no"
choices: [ "yes", "no" ]
wait_timeout:
description:
- - how long before wait gives up, in seconds
+ - How long before wait gives up, in seconds.
required: false
default: 1200
tags:
description:
- - a hash/dictionary of tags to add to the new copied AMI; '{"key":"value"}' and '{"key":"value","key":"value"}'
+ - A hash/dictionary of tags to add to the new copied AMI; '{"key":"value"}' and '{"key":"value","key":"value"}'
required: false
default: null