Add defaults to nginx role

This commit is contained in:
2019-08-29 06:19:26 +00:00
parent 9923228e7f
commit 4e9d6e0f0f
3 changed files with 11 additions and 6 deletions

View File

@@ -1,2 +1,7 @@
---
# defaults file for /etc/ansible/roles/nginx
# defaults file for /etc/ansible/roles/nginx
#
domain_name: "localhost"
nginx_root_dir: "/var/www/html/"
index_files: "index.html index.htm"