ansible-infra/roles/nginx/defaults/main.yml

6 lines
161 B
YAML
Raw Normal View History

2020-04-13 14:46:45 +02:00
---
# defaults file for roles/nginx
nginx_owner: www-data
nginx_group: "{{ nginx_owner }}"
2020-04-13 14:46:45 +02:00
nginx_template_file: nginx.conf.j2
nginx_config_dir: /etc/nginx/conf.d