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

@ -12,6 +12,14 @@
- website
- "{{ site }}"
- name: create {{ site }} root
file: path={{ document_root.path }} state=directory owner=www-data group=www-data mode=0755
when: document_root.create
tags:
- nginx
- website
- "{{ site }}"
- name: enable {{ site }} site
file: >
src=/etc/nginx/sites-available/{{ site }}