summaryrefslogtreecommitdiff
path: root/roles/nginx/defaults
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-12 03:01:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-12 03:01:11 +0200
commitd11a24b7f0edf309a2bbd5687acbea8bc1e012cc (patch)
tree919f7fedd1fecd88877ffbb12449345bf589dc83 /roles/nginx/defaults
parentcreate acmetool accounts for some machines (diff)
added generic nginx role
Diffstat (limited to 'roles/nginx/defaults')
-rw-r--r--roles/nginx/defaults/main.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/nginx/defaults/main.yml b/roles/nginx/defaults/main.yml
new file mode 100644
index 00000000..ae4aa9d4
--- /dev/null
+++ b/roles/nginx/defaults/main.yml
@@ -0,0 +1,13 @@
+---
+nginx_pkg_name: nginx-light
+
+# nginx_vhosts:
+# example:
+# template: generic-proxy-no-buffering-with-acme
+# acme: yes
+# hostnames:
+# - example.com
+# - www.example.com
+# proxy_pass: http://127.0.0.1:8080
+# other.io:
+# contents: "<< nginx vhost config file contents >>"