1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #343 from georgejhunt/log-location

sync from georgejhunt:log-location
This commit is contained in:
A Holt 2020-01-16 08:54:59 -05:00 committed by GitHub
commit 58cea6f422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 9 deletions

View file

@ -36,3 +36,15 @@
src: "{{ doc_root }}/common/fonts"
path: "{{ doc_root }}/common/webfonts"
state: link
- name: Create log files which apache and nginx can write
file:
path: "{{ item }}"
owner: www-data
group: www-data
mode: 0770
state: directory
with_items:
- /var/log/apache2
- "{{ nginx_log_dir }}"