mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
5 lines
187 B
YAML
5 lines
187 B
YAML
|
- name: configure {{domain}}.conf
|
||
|
template:
|
||
|
src: "roles/nginx-docker-reverse-proxy/templates/domain.conf.j2"
|
||
|
dest: "/etc/nginx/conf.d/{{domain}}.conf"
|
||
|
notify: restart nginx
|