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
5e63cdaa
Commit
5e63cdaa
authored
Jan 17, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving the symlink creation to the deploy yml
parent
df607a04
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
39 additions
and
39 deletions
+39
-39
playbooks/roles/edxapp/tasks/deploy.yml
+10
-0
playbooks/roles/edxapp/tasks/main.yml
+0
-10
playbooks/roles/ora/tasks/deploy.yml
+9
-0
playbooks/roles/ora/tasks/main.yml
+1
-7
playbooks/roles/xqueue/tasks/deploy.yml
+10
-0
playbooks/roles/xqueue/tasks/main.yml
+0
-12
playbooks/roles/xserver/tasks/deploy.yml
+9
-0
playbooks/roles/xserver/tasks/main.yml
+0
-10
No files found.
playbooks/roles/edxapp/tasks/deploy.yml
View file @
5e63cdaa
...
...
@@ -326,3 +326,13 @@
with_items
:
edxapp_workers
sudo_user
:
"
{{
supervisor_service_user
}}"
tags
:
deploy
-
name
:
edxapp | create a symlink for venv python
file
:
>
src="{{ edxapp_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.edxapp
state=link
with_items
:
-
python
-
pip
tags
:
deploy
playbooks/roles/edxapp/tasks/main.yml
View file @
5e63cdaa
...
...
@@ -73,13 +73,3 @@
when
:
EDXAPP_PYTHON_SANDBOX
-
include
:
deploy.yml
-
name
:
edxapp | create a symlink for venv python
file
:
>
src="{{ edxapp_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.edxapp
state=link
with_items
:
-
python
-
pip
playbooks/roles/ora/tasks/deploy.yml
View file @
5e63cdaa
...
...
@@ -127,3 +127,12 @@
state=started
when
:
not devstack
tags
:
deploy
-
name
:
ora | create a symlink for venv python
file
:
>
src="{{ ora_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.ora state=link
with_items
:
-
python
-
pip
tags
:
deploy
playbooks/roles/ora/tasks/main.yml
View file @
5e63cdaa
...
...
@@ -50,10 +50,4 @@
-
include
:
deploy.yml
-
name
:
ora | create a symlink for venv python
file
:
>
src="{{ ora_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.ora state=link
with_items
:
-
python
-
pip
playbooks/roles/xqueue/tasks/deploy.yml
View file @
5e63cdaa
...
...
@@ -92,3 +92,13 @@
-
xqueue
-
xqueue_consumer
tags
:
deploy
-
name
:
xqueue | create a symlink for venv python
file
:
>
src="{{ xqueue_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.xqueue
state=link
with_items
:
-
python
-
pip
tags
:
deploy
playbooks/roles/xqueue/tasks/main.yml
View file @
5e63cdaa
...
...
@@ -45,15 +45,3 @@
when
:
xqueue_create_db is defined and xqueue_create_db|lower == "yes"
-
include
:
deploy.yml
-
name
:
xqueue | create a symlink for venv python
file
:
>
src="{{ xqueue_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.xqueue
state=link
with_items
:
-
python
-
pip
playbooks/roles/xserver/tasks/deploy.yml
View file @
5e63cdaa
...
...
@@ -83,3 +83,12 @@
state=started
tags
:
deploy
-
name
:
xserver | create a symlink for venv python
file
:
>
src="{{ xserver_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.xserver
state=link
with_items
:
-
python
-
pip
tags
:
deploy
playbooks/roles/xserver/tasks/main.yml
View file @
5e63cdaa
...
...
@@ -66,13 +66,3 @@
-
name
:
xserver | enforce app-armor rules
command
:
aa-enforce {{ xserver_venv_sandbox_dir }}
-
name
:
xserver | create a symlink for venv python
file
:
>
src="{{ xserver_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.xserver
state=link
with_items
:
-
python
-
pip
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