14 lines
365 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: Deploy configuration
template: src={{ item }}.j2 dest=/etc/onlyoffice/documentserver/{{ item }} owner=ds group=ds mode=440
loop:
- oods.json
notify: restart documentserver
tags: oo
- name: Deploy nginx configuration
2022-09-23 14:00:10 +02:00
template: src=nginx_vhost.conf.j2 dest=/etc/nginx/ansible_conf.d/32-oods.conf mode=640
2021-12-01 19:13:34 +01:00
notify: reload nginx
tags: oo