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
edx
configuration
Commits
803bd8bf
Commit
803bd8bf
authored
Jun 09, 2014
by
Carson Gee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replacing ec2_local with current ec2 module and adding a future module for use in other plays
parent
423ad9ef
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
ec2_local_1.6.3
+0
-0
playbooks/roles/launch_ec2/tasks/main.yml
+5
-3
No files found.
playbooks/library/ec2_local
→
ec2_local_1.6.3
View file @
803bd8bf
This diff is collapsed.
Click to expand it.
playbooks/roles/launch_ec2/tasks/main.yml
View file @
803bd8bf
...
...
@@ -18,7 +18,7 @@
-
name
:
terminating single instance
local_action
:
module
:
ec2
_local
module
:
ec2
state
:
'
absent'
region
:
"
{{
region
}}"
instance_ids
:
${tag_lookup.instance_ids}
...
...
@@ -36,7 +36,7 @@
-
name
:
Launch ec2 instance
local_action
:
module
:
ec2
_local
module
:
ec2
keypair
:
"
{{
keypair
}}"
group
:
"
{{
security_group
}}"
instance_type
:
"
{{
instance_type
}}"
...
...
@@ -44,7 +44,9 @@
wait
:
true
region
:
"
{{
region
}}"
instance_tags
:
"
{{instance_tags}}"
root_ebs_size
:
"
{{
root_ebs_size
}}"
volumes
:
-
device_name
:
/dev/sda1
volume_size
:
"
{{
root_ebs_size
}}"
zone
:
"
{{
zone
}}"
instance_profile_name
:
"
{{
instance_profile_name
}}"
register
:
ec2
...
...
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