Commit 40316b0f by Joe Blaylock

Permissions issues found during standup

parent e41a692c
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment