mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
9 lines
320 B
YAML
9 lines
320 B
YAML
- name: "include role for {{application_id}} to recieve certs & do modification routines"
|
|
include_role:
|
|
name: nginx-https-get-cert-modify-all
|
|
|
|
- name: configure {{domain}}.conf
|
|
template:
|
|
src: "templates/peertube.conf.j2"
|
|
dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
|
|
notify: restart nginx |