mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 18:31:36 +02:00
implemented new default urls
This commit is contained in:
6
roles/docker-peertube/tasks/create-domains.yml
Normal file
6
roles/docker-peertube/tasks/create-domains.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: "include task certbot-matomo.yml"
|
||||
include_tasks: certbot-matomo.yml
|
||||
|
||||
- name: configure {{domain}}.conf
|
||||
template: src=templates/peertube.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
|
||||
notify: restart nginx
|
Reference in New Issue
Block a user