Update core, docker, nginx roles

This commit is contained in:
2020-04-15 23:03:42 +00:00
parent e2b109b149
commit 650731a5ba
15 changed files with 80 additions and 205 deletions

View File

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