Added a requirement on euca2ools external package and ec2 url example
This commit is contained in:
parent
0ab3bd0034
commit
269a0779b4
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ DOCUMENTATION = '''
|
||||||
module: ec2
|
module: ec2
|
||||||
short_description: create an instance in ec2, return instanceid
|
short_description: create an instance in ec2, return instanceid
|
||||||
description:
|
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"
|
version_added: "0.9"
|
||||||
options:
|
options:
|
||||||
keypair:
|
keypair:
|
||||||
|
@ -66,7 +66,7 @@ options:
|
||||||
aliases: []
|
aliases: []
|
||||||
ec2_url:
|
ec2_url:
|
||||||
description:
|
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
|
required: False
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Reference in a new issue