docker-image-nginx/tasks/location.yml
2019-09-06 00:47:32 -03:00

13 lines
384 B
YAML

---
# template domain config
# ng_domain_name (no default)
# ng_location_name (no default)
# ng_location_content (no default)
- name: template location config
template:
src: location.conf.j2
dest: "{{ nginx_location_mountpoint }}/{{ ng_domain_name }}/{{
ng_location_name|regex_replace('[^0-9a-zA-Z_.-]','_') }}.conf"
notify: restart nginx container