Update to 2022-01-30 19:00

This commit is contained in:
Daniel Berteaud
2022-01-30 19:00:17 +01:00
parent 03f70d2e98
commit cc0f49f93e
22 changed files with 663 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
- name: Deploy backend configuration
template: src=env.j2 dest={{ penpot_root_dir }}/etc/env owner=root group={{ penpot_user }} mode=640
notify: restart penpot
tags: penpot
- name: Deploy frontend configuration
template: src=config.js.j2 dest={{ penpot_root_dir }}/frontend/js/config.js
tags: penpot
- name: Deploy nginx configuration
template: src=nginx.conf.j2 dest=/etc/nginx/ansible_conf.d/10-penpot.conf
notify: reload nginx
tags: penpot