computer-playbook/roles/docker-mastodon/tasks/create-domains.yml

6 lines
218 B
YAML
Raw Normal View History

2023-12-12 01:44:37 +01:00
- name: "include task certbot-matomo.yml"
include_tasks: certbot-matomo.yml
- name: configure {{domain}}.conf
template: src=templates/mastodon.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
notify: restart nginx