mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2022-01-30 19:00
This commit is contained in:
15
roles/penpot/tasks/conf.yml
Normal file
15
roles/penpot/tasks/conf.yml
Normal 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
|
Reference in New Issue
Block a user