11 lines
361 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
2025-02-21 06:32:12 +01:00
vars:
domain: "{{domains[application_id]}}"
2025-02-15 17:43:36 +01:00
2025-02-21 06:32:12 +01:00
- name: configure {{domains[application_id]}}.conf
template:
src: "mastodon.conf.j2"
2025-02-21 06:32:12 +01:00
dest: "{{nginx.directories.http.servers}}{{domains[application_id]}}.conf"
2023-12-12 01:44:37 +01:00
notify: restart nginx