1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 22:33:20 +02:00
infrastructure/roles/patchwork/tasks/main.yml

9 lines
281 B
YAML
Raw Normal View History

---
- name: set up nginx
template: src=nginx.d.conf.j2 dest=/etc/nginx/nginx.d/patchwork.conf owner=root group=root mode=644
notify:
- reload nginx
- name: make nginx log dir
file: path=/var/log/nginx/{{ patchwork_domain }} state=directory owner=root group=log mode=750