14 lines
432 B
YAML
Raw Normal View History

---
- name: "include role nginx-modifier-all for {{domain}}"
include_role:
name: nginx-modifier-all
- name: "include role nginx-https-recieve-certificate for {{domain}}"
include_role:
name: nginx-https-recieve-certificate
2025-02-19 20:54:13 +01:00
- name: "generate {{domains[application_id]}}.conf"
template:
src: "nginx.conf.j2"
2025-02-19 20:49:14 +01:00
dest: "{{nginx.directories.http.servers}}{{domains[application_id]}}.conf"
notify: restart nginx