2023-12-06 16:29:34 +01:00
|
|
|
- name: configure {{domain}}.conf
|
|
|
|
template:
|
|
|
|
src: "roles/nginx-docker-reverse-proxy/templates/domain.conf.j2"
|
2023-12-12 12:32:35 +01:00
|
|
|
dest: "{{nginx_servers_directory}}{{domain}}.conf"
|
2023-12-06 16:29:34 +01:00
|
|
|
notify: restart nginx
|