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

8 lines
234 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: "mastodon.conf.j2"
dest: "{{nginx_servers_directory}}{{domain}}.conf"
2023-12-12 01:44:37 +01:00
notify: restart nginx