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
b329ca3f
Commit
b329ca3f
authored
Sep 19, 2016
by
Brian Beggs
Committed by
GitHub
Sep 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3388 from edx/bbeggs/extra_identifier
Extra optional identifier for CD AMI names
parents
6c4f428d
2dcb7c8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
playbooks/continuous_delivery/create_ami.yml
+3
-1
No files found.
playbooks/continuous_delivery/create_ami.yml
View file @
b329ca3f
...
...
@@ -26,6 +26,7 @@
# - hipchat_token - API token to send messages to hipchat
# - hipchat_room - ID or name of the room to send the notification
# - hipchat_url - URL of the hipchat API (defaults to v1 of the api)
# - extra_name_identifier - Makes each AMI unique if desired - Default: 0
#
# Example command line to run this playbook:
# ansible-playbook -vvvv -i "localhost," -c local \
...
...
@@ -49,6 +50,7 @@
no_reboot
:
no
artifact_path
:
/tmp/ansible-runtime
hipchat_url
:
https://api.hipchat.com/v2/
extra_name_identifier
:
0
gather_facts
:
False
connection
:
local
tasks
:
...
...
@@ -63,7 +65,7 @@
-
name
:
Create AMI
ec2_ami_2_0_0_1
:
instance_id
:
"
{{
instance_id
}}"
name
:
"
{{
edx_environment
}}
--
{{
deployment
}}
--
{{
play
}}
--
{{
app_version
}}"
name
:
"
{{
edx_environment
}}
--
{{
deployment
}}
--
{{
play
}}
--
{{
app_version
}}
--
{{
extra_name_identifier
}}
"
region
:
"
{{
ec2_region
}}"
wait
:
"
{{
ami_wait
}}"
wait_timeout
:
"
{{
ami_creation_timeout
}}"
...
...
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