8 lines
260 B
YAML
Raw Normal View History

2025-02-07 13:39:46 +01:00
- name: "include task certbot-and-globals.yml"
include_tasks: certbot-and-globals.yml
2023-12-12 01:44:37 +01:00
- name: configure {{domain}}.conf
template:
src: "templates/peertube.conf.j2"
dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
2023-12-12 01:44:37 +01:00
notify: restart nginx