Skip to content

Commit

Permalink
Expand description for ec2_facts module
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenringo committed Sep 22, 2014
1 parent 0d90127 commit e1afaf8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions library/cloud/ec2_facts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <silviudicu@gmail.com>"
Expand Down

0 comments on commit e1afaf8

Please sign in to comment.