forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand description for ec2_facts module
- Loading branch information
1 parent
0d90127
commit e1afaf8
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>" | ||
|