computer-playbook/roles/docker-peertube/tasks/create-domains.yml

8 lines
243 B
YAML
Raw Normal View History

2023-12-12 01:44:37 +01:00
- name: "include task certbot-matomo.yml"
include_tasks: certbot-matomo.yml
- name: configure {{domain}}.conf
template:
src: "templates/peertube.conf.j2"
dest: "{{nginx_servers_directory}}{{domain}}.conf"
2023-12-12 01:44:37 +01:00
notify: restart nginx