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
4c1d1098
Commit
4c1d1098
authored
Jun 23, 2016
by
Brian Beggs
Committed by
GitHub
Jun 23, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3164 from edx/bbeggs/instance_profile
adding ec2_instance_profile_name to launch instance CD
parents
8faf8af7
6d9e7893
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
playbooks/continuous_delivery/launch_instance.yml
+6
-4
No files found.
playbooks/continuous_delivery/launch_instance.yml
View file @
4c1d1098
...
...
@@ -2,10 +2,11 @@
# This instance will have an autogenerated key.
#
# required variables for this playbook:
# - ec2_subnet_id - Subnet to bring up the ec2 instance
# - base_ami_id - The base base AMI-ID
# - ec2_vpc_subnet_id - The Subnet ID to bring up the instance
# - ec2_security_group_id - The security group ID to use
# - ec2_subnet_id - Subnet to bring up the ec2 instance
# - base_ami_id - The base base AMI-ID
# - ec2_vpc_subnet_id - The Subnet ID to bring up the instance
# - ec2_security_group_id - The security group ID to use
# - ec2_instance_profile_name - The instance profile that should be used to launch this AMI
#
# Other Variables:
# - ec2_region - The region the server should be brought up in
...
...
@@ -68,6 +69,7 @@
volume_size
:
"
{{
ebs_volume_size
}}"
wait
:
yes
wait_timeout
:
"
{{
ec2_timeout
}}"
instance_profile_name
:
"
{{
ec2_instance_profile_name
}}"
register
:
ec2_instance_register
-
name
:
Wait for SSH to come up
...
...
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