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
40316b0f
Commit
40316b0f
authored
May 08, 2013
by
Joe Blaylock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Permissions issues found during standup
parent
e41a692c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
playbooks/roles/common/tasks/main.yml
+9
-0
No files found.
playbooks/roles/common/tasks/main.yml
View file @
40316b0f
...
...
@@ -5,6 +5,10 @@
file
:
path=$app_base_dir state=directory owner=root group=adm mode=2775
tags
:
-
pre_install
-
name
:
Create upload directory
file
:
path=$app_base_dir/uploads mode=2775 state=directory owner=root group=adm
tags
:
-
pre_install
-
name
:
Create log directory
file
:
path=/mnt/logs state=directory mode=2770 group=adm owner=root
tags
:
...
...
@@ -17,6 +21,10 @@
command
:
touch -a /mnt/logs/edx.log
tags
:
-
pre_install
-
name
:
Set permissions on edx log file
file
:
path=/mnt/logs/edx.log owner=www-data group=adm mode=775
tags
:
-
pre_install
-
name
:
Update apt cache
apt
:
update_cache=yes
tags
:
...
...
@@ -32,6 +40,7 @@
-
mosh
-
most
-
screen
-
tree
tags
:
-
pre_install
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