mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove potentially out of date or specific product references.
This commit is contained in:
parent
76efaa6cfb
commit
f875cc5197
3 changed files with 1 additions and 8 deletions
|
@ -34,8 +34,6 @@ description:
|
||||||
- This module fetches data from the metadata servers in ec2 (aws) as per
|
- 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.
|
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html.
|
||||||
The module must be called from within the EC2 instance itself.
|
The module must be called from within the EC2 instance itself.
|
||||||
Eucalyptus cloud provides a similar service and this module should
|
|
||||||
work with this cloud provider as well.
|
|
||||||
notes:
|
notes:
|
||||||
- Parameters to filter on ec2_facts may be added later.
|
- Parameters to filter on ec2_facts may be added later.
|
||||||
author: "Silviu Dicu <silviudicu@gmail.com>"
|
author: "Silviu Dicu <silviudicu@gmail.com>"
|
||||||
|
|
|
@ -71,11 +71,6 @@ tasks:
|
||||||
env: prod
|
env: prod
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# Note: this module needs to be made idempotent. Possible solution is to use resource tags with the volumes.
|
|
||||||
# if state=present and it doesn't exist, create, tag and attach.
|
|
||||||
# Check for state by looking for volume attachment with tag (and against block device mapping?).
|
|
||||||
# Would personally like to revisit this in May when Eucalyptus also has tagging support (3.3).
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ options:
|
||||||
aliases: []
|
aliases: []
|
||||||
s3_url:
|
s3_url:
|
||||||
description:
|
description:
|
||||||
- "S3 URL endpoint. If not specified then the S3_URL environment variable is used, if that variable is defined. Ansible tries to guess if fakes3 (https://github.com/jubos/fake-s3) or Eucalyptus Walrus (https://github.com/eucalyptus/eucalyptus/wiki/Walrus) is used and configure connection accordingly. Current heuristic is: everything with scheme fakes3:// is fakes3, everything else not ending with amazonaws.com is Walrus."
|
- "S3 URL endpoint for usage with Eucalypus, fakes3, etc. Otherwise assumes AWS"
|
||||||
default: null
|
default: null
|
||||||
aliases: [ S3_URL ]
|
aliases: [ S3_URL ]
|
||||||
aws_secret_key:
|
aws_secret_key:
|
||||||
|
|
Loading…
Reference in a new issue