From e1afaf8d05231cd4c070eb6499f34b692179ea50 Mon Sep 17 00:00:00 2001 From: Steven Ringo Date: Tue, 23 Sep 2014 08:48:23 +1000 Subject: [PATCH] Expand description for ec2_facts module --- library/cloud/ec2_facts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/library/cloud/ec2_facts b/library/cloud/ec2_facts index 227f7140697..7b5c610dc2d 100644 --- a/library/cloud/ec2_facts +++ b/library/cloud/ec2_facts @@ -31,9 +31,11 @@ options: choices: ['yes', 'no'] version_added: 1.5.1 description: - - This module fetches data from the metadata servers in ec2 (aws). + - This module fetches data from the metadata servers in ec2 (aws) as per + http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html. + The module must be called from within the EC2 instance itself. Eucalyptus cloud provides a similar service and this module should - work this cloud provider as well. + work with this cloud provider as well. notes: - Parameters to filter on ec2_facts may be added later. author: "Silviu Dicu "