meta.hamburg.freifunk.net und Umstrukturierung

This commit is contained in:
baldo 2015-08-30 17:55:05 +02:00
commit b56b258d91
8 changed files with 42 additions and 14 deletions

View file

@ -1,16 +1,13 @@
---
- include: ../../includes/base-static/tasks/main.yml
vars:
site: media_ffhh
site: ffhh_media
domains:
- media.services.ffhh
- media.hamburg.freifunk.net
document_root: /var/www/media
ports:
- { number: 80, ssl: false }
- { number: 443, ssl: true }
document_root: { path: /var/www/ffhh/media, create: true }
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