mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 21:01:53 +01:00
9 lines
282 B
YAML
9 lines
282 B
YAML
- name: "include role receive certbot certificate"
|
|
include_role:
|
|
name: nginx-https-recieve-certificate
|
|
|
|
- name: configure {{domain}}.conf
|
|
template:
|
|
src: "templates/peertube.conf.j2"
|
|
dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
|
|
notify: restart nginx |