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
6d9e7893
Commit
6d9e7893
authored
8 years ago
by
Brian Beggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding ec2_instance_profile_name to launch instance CD
parent
8faf8af7
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 @
6d9e7893
...
@@ -2,10 +2,11 @@
...
@@ -2,10 +2,11 @@
# This instance will have an autogenerated key.
# This instance will have an autogenerated key.
#
#
# required variables for this playbook:
# required variables for this playbook:
# - ec2_subnet_id - Subnet to bring up the ec2 instance
# - ec2_subnet_id - Subnet to bring up the ec2 instance
# - base_ami_id - The base base AMI-ID
# - base_ami_id - The base base AMI-ID
# - ec2_vpc_subnet_id - The Subnet ID to bring up the instance
# - ec2_vpc_subnet_id - The Subnet ID to bring up the instance
# - ec2_security_group_id - The security group ID to use
# - 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:
# Other Variables:
# - ec2_region - The region the server should be brought up in
# - ec2_region - The region the server should be brought up in
...
@@ -68,6 +69,7 @@
...
@@ -68,6 +69,7 @@
volume_size
:
"
{{
ebs_volume_size
}}"
volume_size
:
"
{{
ebs_volume_size
}}"
wait
:
yes
wait
:
yes
wait_timeout
:
"
{{
ec2_timeout
}}"
wait_timeout
:
"
{{
ec2_timeout
}}"
instance_profile_name
:
"
{{
ec2_instance_profile_name
}}"
register
:
ec2_instance_register
register
:
ec2_instance_register
-
name
:
Wait for SSH to come up
-
name
:
Wait for SSH to come up
...
...
This diff is collapsed.
Click to expand it.
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