Erste Config für media.

This commit is contained in:
baldo 2015-08-30 15:34:47 +02:00
commit bffd8b1db9
12 changed files with 77 additions and 33 deletions

View file

@ -0,0 +1,2 @@
---
- include: ../../includes/base-static/handlers/main.yml

View file

@ -0,0 +1,4 @@
---
dependencies:
- role: nginx

View file

@ -0,0 +1,16 @@
---
- include: ../../includes/base-static/tasks/main.yml
vars:
site: media_ffhh
domains:
- media.services.ffhh
- media.hamburg.freifunk.net
document_root: /var/www/media
listing: true
- name: create media root
file: path=/var/www/media state=directory owner=www-data group=www-data mode=0755
tags:
- nginx
- website
- media_ffhh