meta.hamburg.freifunk.net und Umstrukturierung
This commit is contained in:
parent
8374c1259f
commit
b56b258d91
8 changed files with 42 additions and 14 deletions
12
roles/website/meta/tasks/main.yml
Normal file
12
roles/website/meta/tasks/main.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- include: ../../includes/base-static/tasks/main.yml
|
||||
vars:
|
||||
site: ffhh_meta
|
||||
domains:
|
||||
- meta.hamburg.freifunk.net
|
||||
ports:
|
||||
- { number: 80, ssl: false }
|
||||
- { number: 443, ssl: true }
|
||||
document_root: { path: /var/www/ffhh/meta, create: true }
|
||||
listing: true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue