Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
51894b9d
Commit
51894b9d
authored
Aug 19, 2016
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the newer ec2 module
parent
209f2d5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
playbooks/roles/launch_ec2/tasks/main.yml
+2
-2
No files found.
playbooks/roles/launch_ec2/tasks/main.yml
View file @
51894b9d
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
-
name
:
terminating single instance
-
name
:
terminating single instance
local_action
:
local_action
:
module
:
ec2
module
:
ec2
_2_1_1_0
state
:
'
absent'
state
:
'
absent'
region
:
"
{{
region
}}"
region
:
"
{{
region
}}"
instance_ids
:
"
{{tag_lookup.instance_ids}}"
instance_ids
:
"
{{tag_lookup.instance_ids}}"
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
-
name
:
Launch ec2 instance
-
name
:
Launch ec2 instance
local_action
:
local_action
:
module
:
ec2
module
:
ec2
_2_1_1_0
keypair
:
"
{{
keypair
}}"
keypair
:
"
{{
keypair
}}"
group
:
"
{{
security_group
}}"
group
:
"
{{
security_group
}}"
instance_type
:
"
{{
instance_type
}}"
instance_type
:
"
{{
instance_type
}}"
...
...
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