mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
5 lines
203 B
YAML
5 lines
203 B
YAML
- name: configure {{domain}}.conf
|
|
template:
|
|
src: "roles/nginx-docker-reverse-proxy/templates/domain.conf.j2"
|
|
dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
|
|
notify: restart nginx |