9 lines
320 B
YAML
Raw Normal View History

- name: "include role for {{application_id}} to recieve certs & do modification routines"
include_role:
name: nginx-https-get-cert-modify-all
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