mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
8 lines
247 B
YAML
8 lines
247 B
YAML
---
|
|
- name: "generate {{domains[application_id]}}.conf"
|
|
template:
|
|
src: "nginx.conf.j2"
|
|
dest: "{{nginx.directories.http.servers}}{{domains[application_id]}}.conf"
|
|
notify: restart nginx
|
|
var:
|
|
domain: "{{domains[application_id]}}" |