summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorAtlas Health <github@atlashealth.com>2014-04-03 02:39:37 -0700
committerMichael DeHaan <michael@ansible.com>2014-04-29 17:13:25 -0400
commit4258eb6be7f6114cc7b48797365ecb85d1b69a80 (patch)
tree9fa8597945c7b67ced3d4768faccb9003c45cb5e /library
parent30e47590556cd423d204585790aefc565a71edd1 (diff)
downloadansible-4258eb6be7f6114cc7b48797365ecb85d1b69a80.tar.gz
updated docs to include snapshot_tags option
added version
Diffstat (limited to 'library')
-rw-r--r--library/cloud/ec2_snapshot21
1 files changed, 21 insertions, 0 deletions
diff --git a/library/cloud/ec2_snapshot b/library/cloud/ec2_snapshot
index 10aba7963c..4f5965feb6 100644
--- a/library/cloud/ec2_snapshot
+++ b/library/cloud/ec2_snapshot
@@ -52,6 +52,27 @@ options:
required: false
default: null
aliases: []
+ profile:
+ description:
+ - uses a boto profile. Only works with boto >= 2.24.0
+ required: false
+ default: null
+ aliases: []
+ version_added: "1.6"
+ security_token:
+ description:
+ - security token to authenticate against AWS
+ required: false
+ default: null
+ aliases: []
+ version_added: "1.6"
+ snapshot_tags:
+ description:
+ - a hash/dictionary of tags to add to the snapshot; '{"key":"value"}' and '{"key":"value","key":"value"}'
+ required: false
+ default: null
+ aliases: []
+ version_added: "1.6"
author: Will Thames
extends_documentation_fragment: aws