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
fcb733ea
Commit
fcb733ea
authored
Jan 26, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1794 from edx/feanil/dont_tag_xqueue
Don't tag xqueue since it's on the common cluster.
parents
66d3b2b3
872a0106
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
playbooks/roles/xqueue/tasks/deploy.yml
+0
-3
playbooks/roles/xqueue/tasks/tag_ec2.yml
+0
-11
No files found.
playbooks/roles/xqueue/tasks/deploy.yml
View file @
fcb733ea
...
...
@@ -121,7 +121,4 @@
-
python
-
pip
-
include
:
tag_ec2.yml tags=deploy
when
:
COMMON_TAG_EC2_INSTANCE
-
set_fact
:
xqueue_installed=true
playbooks/roles/xqueue/tasks/tag_ec2.yml
deleted
100644 → 0
View file @
66d3b2b3
---
-
name
:
get instance information
action
:
ec2_facts
-
name
:
tag instance
ec2_tag
:
resource={{ ansible_ec2_instance_id }} region={{ ansible_ec2_placement_region }}
args
:
tags
:
"
version:xqueue"
:
"
{{
xqueue_source_repo
}}
{{
xqueue_checkout.after|truncate(7,True,'')
}}"
when
:
xqueue_checkout.after is defined
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