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
20b2a559
Commit
20b2a559
authored
Nov 20, 2015
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2504 from cpennington/add-prefix-tags
Add prefix tags for existing tags in edx_ansible tasks
parents
4e045953
f6d7ca09
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
playbooks/roles/edx_ansible/tasks/deploy.yml
+6
-0
No files found.
playbooks/roles/edx_ansible/tasks/deploy.yml
View file @
20b2a559
...
...
@@ -5,6 +5,7 @@
accept_hostkey=yes
sudo_user
:
"
{{
edx_ansible_user
}}"
tags
:
-
install
-
install:code
-
name
:
install edx_ansible venv requirements
...
...
@@ -14,6 +15,7 @@
sudo_user
:
"
{{
edx_ansible_user
}}"
with_items
:
"
{{
edx_ansible_requirements_files
}}"
tags
:
-
install
-
install:app-requirements
-
name
:
create update script
...
...
@@ -21,6 +23,7 @@
dest={{ edx_ansible_app_dir}}/update
src=update.j2 owner={{ edx_ansible_user }} group={{ edx_ansible_user }} mode=755
tags
:
-
install
-
install:configuration
-
name
:
create a symlink for update.sh
...
...
@@ -29,6 +32,7 @@
dest={{ COMMON_BIN_DIR }}/update
state=link
tags
:
-
install
-
install:configuration
-
name
:
create a symlink for ansible-playbook
...
...
@@ -37,6 +41,7 @@
dest={{ COMMON_BIN_DIR }}/ansible-playbook
state=link
tags
:
-
install
-
install:configuration
-
name
:
create a symlink for the playbooks dir
...
...
@@ -45,4 +50,5 @@
dest={{ COMMON_CFG_DIR }}/playbooks
state=link
tags
:
-
install
-
install:configuration
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