Refactored peertube role and implemented config volume

This commit is contained in:
2025-09-01 18:19:50 +02:00
parent b02d88adc0
commit 110381e80c
9 changed files with 27 additions and 24 deletions

View File

@@ -0,0 +1,9 @@
- name: "include role for {{ application_id }} to receive certs & do modification routines"
include_role:
name: sys-util-csp-cert
- name: configure {{ domain }}.conf
template:
src: "templates/peertube.conf.j2"
dest: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}"
notify: restart openresty