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
f7213f13
Commit
f7213f13
authored
Dec 04, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving cfg dir creation to deploy.yml
parent
83e8838a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
playbooks/roles/edxapp/tasks/deploy.yml
+8
-0
playbooks/roles/edxapp/tasks/main.yml
+0
-1
No files found.
playbooks/roles/edxapp/tasks/deploy.yml
View file @
f7213f13
...
@@ -7,6 +7,14 @@
...
@@ -7,6 +7,14 @@
owner={{ edxapp_user }} group={{ common_web_user }}
owner={{ edxapp_user }} group={{ common_web_user }}
mode=0644
mode=0644
-
name
:
create edxapp configuration dir
file
:
>
path="{{ EDXAPP_CFG_DIR }}" state=directory
owner="{{ edxapp_user }}" group="{{ common_web_group }}"
notify
:
-
"
restart
edxapp"
-
"
restart
edxapp_workers"
# Optional auth for git
# Optional auth for git
-
name
:
create ssh script for git (not authenticated)
-
name
:
create ssh script for git (not authenticated)
template
:
>
template
:
>
...
...
playbooks/roles/edxapp/tasks/main.yml
View file @
f7213f13
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
-
"
{{
edxapp_staticfile_dir
}}"
-
"
{{
edxapp_staticfile_dir
}}"
-
"
{{
edxapp_course_static_dir
}}"
-
"
{{
edxapp_course_static_dir
}}"
-
"
{{
edxapp_course_data_dir
}}"
-
"
{{
edxapp_course_data_dir
}}"
-
"
{{
EDXAPP_CFG_DIR
}}"
# This is a symlink that has to exist because
# This is a symlink that has to exist because
# we currently can't override the DATA_DIR var
# we currently can't override the DATA_DIR var
...
...
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