ansible-config/roles/website/ffnord/tasks/main.yml

21 lines
467 B
YAML
Raw Normal View History

2015-08-29 23:44:14 +02:00
---
2015-08-30 15:34:47 +02:00
- include: ../../includes/base-static/tasks/main.yml
vars:
site: ffnord_site
2015-08-30 15:34:47 +02:00
domains:
- ffnord.net
- www.ffnord.net
- nord.freifunk.net
ports:
- { number: 80, ssl: false }
document_root: { path: /var/www/ffnord/site/site, create: false }
2015-08-30 15:34:47 +02:00
listing: false
2015-08-29 23:44:14 +02:00
- name: clone ffnord.net repository
git: repo=https://github.com/ffnord/ffnord.net.git dest=/var/www/ffnord/site
tags:
- nginx
- website
- ffnord
2015-08-29 23:44:14 +02:00