From 269a0779b47986b4fc2e5b203c804b7e3072b622 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Fri, 16 Nov 2012 20:47:39 +0100 Subject: [PATCH] Added a requirement on euca2ools external package and ec2 url example --- library/ec2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ec2 b/library/ec2 index 91e91295f78..593203622ec 100755 --- a/library/ec2 +++ b/library/ec2 @@ -19,7 +19,7 @@ DOCUMENTATION = ''' module: ec2 short_description: create an instance in ec2, return instanceid description: - - creates ec2 instances and optionally waits for it to be 'running' + - creates ec2 instances and optionally waits for it to be 'running'. This module has a dependency on the external euca2ools package. version_added: "0.9" options: keypair: @@ -66,7 +66,7 @@ options: aliases: [] ec2_url: description: - - url to use to connect to ec2 or your cloud + - url to use to connect to ec2 or your cloud (for example https://ec2.amazonaws.com when using Amazon ec2 directly and not Eucalyptus) required: False default: null aliases: []