9 lines
277 B
YAML
Raw Normal View History

2025-02-15 17:43:36 +01:00
- name: "include role receive certbot certificate"
include_role:
name: nginx-https-recieve-certificate
2023-12-12 01:44:37 +01:00
- name: configure {{domain}}.conf
template:
src: "mastodon.conf.j2"
dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
2023-12-12 01:44:37 +01:00
notify: restart nginx