roles/nginx: Add defaults for nginx role

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-08-27 20:02:29 +03:00
parent ff95a34605
commit 75a705ac87
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
# file: roles/nginx/defaults/main.yml
# path config
nginx_confd_path: /etc/nginx/conf.d
# parent directory of vhost roots
nginx_root_prefix: /var/www
# vim: set ts=2 sw=2: