mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-17 09:24:32 +02:00
9 lines
321 B
YAML
9 lines
321 B
YAML
- name: "include role for {{ application_id }} to receive certs & do modification routines"
|
|
include_role:
|
|
name: srv-web-7-6-composer
|
|
|
|
- name: configure {{ domain }}.conf
|
|
template:
|
|
src: "templates/peertube.conf.j2"
|
|
dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ domain }}.conf"
|
|
notify: restart openresty |