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
24a2a5d4
Commit
24a2a5d4
authored
May 27, 2014
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove sudo user
parent
e9352cdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
playbooks/roles/xqwatcher/tasks/deploy_courses.yml
+0
-2
playbooks/roles/xqwatcher/tasks/deploy_watcher.yml
+0
-2
No files found.
playbooks/roles/xqwatcher/tasks/deploy_courses.yml
View file @
24a2a5d4
...
...
@@ -7,6 +7,4 @@
dest={{ xqwatcher_data_dir }}/{{ item.COURSE }} repo={{ item.GIT_REPO }}
version={{ item.GIT_REF }}
ssh_opts="{{ xqwatcher_git_ssh_opts }}"
sudo
:
true
sudo_user
:
"
{{
xqwatcher_user
}}"
with_items
:
XQWATCHER_COURSES
playbooks/roles/xqwatcher/tasks/deploy_watcher.yml
View file @
24a2a5d4
...
...
@@ -7,8 +7,6 @@
dest={{ xqwatcher_code_dir }} repo={{ xqwatcher_source_repo }} version={{ xqwatcher_version }}
accept_hostkey=yes
ssh_opts="{{ xqwatcher_git_ssh_opts }}"
sudo
:
true
sudo_user
:
"
{{
xqwatcher_user
}}"
-
name
:
install application requirements
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