Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
269a0779
Commit
269a0779
authored
Nov 16, 2012
by
Fabian Arrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a requirement on euca2ools external package and ec2 url example
parent
0ab3bd00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library/ec2
+2
-2
No files found.
library/ec2
View file @
269a0779
...
@@ -19,7 +19,7 @@ DOCUMENTATION = '''
...
@@ -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:
...
@@ -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: []
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment