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
5aaa59e3
Commit
5aaa59e3
authored
May 13, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix naming issues
parent
52e842ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
playbooks/roles/discern/tasks/main.yml
+2
-2
No files found.
playbooks/roles/discern/tasks/main.yml
View file @
5aaa59e3
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
sudo
:
True
sudo
:
True
#Create directories for repos
#Create directories for repos
-
name
:
create discern
directory
and set permissions
-
name
:
create discern
and ease directories
and set permissions
file
:
path={{item}} owner={{remote_user}} group=edx mode=2775 state=directory
file
:
path={{item}} owner={{remote_user}} group=edx mode=2775 state=directory
sudo
:
True
sudo
:
True
with_items
:
with_items
:
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
#Run this instead of using the ansible module because the ansible module only support syncdb of these three, and does not
#Run this instead of using the ansible module because the ansible module only support syncdb of these three, and does not
#support virtualenvs as of this comment
#support virtualenvs as of this comment
-
name
:
django syncdb for discern
-
name
:
django syncdb
, migrate, and collectstatic
for discern
shell
:
${venv_dir}/bin/python {{discern_dir}}/manage.py {{item}} --noinput --settings={{discern_settings}} --pythonpath={{discern_dir}}
shell
:
${venv_dir}/bin/python {{discern_dir}}/manage.py {{item}} --noinput --settings={{discern_settings}} --pythonpath={{discern_dir}}
with_items
:
with_items
:
-
syncdb
-
syncdb
...
...
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