mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
6 lines
218 B
YAML
6 lines
218 B
YAML
|
- name: "include task certbot-matomo.yml"
|
||
|
include_tasks: certbot-matomo.yml
|
||
|
|
||
|
- name: configure {{domain}}.conf
|
||
|
template: src=templates/peertube.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
|
||
|
notify: restart nginx
|