summaryrefslogtreecommitdiff
path: root/roles/nginx/vhost/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx/vhost/defaults/main.yml')
-rw-r--r--roles/nginx/vhost/defaults/main.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/roles/nginx/vhost/defaults/main.yml b/roles/nginx/vhost/defaults/main.yml
index b80a5442..5984e623 100644
--- a/roles/nginx/vhost/defaults/main.yml
+++ b/roles/nginx/vhost/defaults/main.yml
@@ -3,7 +3,8 @@
# default: yes
# name: example
# template: generic
-# acme: yes
+# tls:
+# certificate_provider: acmetool
# hostnames:
# - example.com
# - www.example.com
@@ -26,7 +27,10 @@
# nginx_vhost:
# name: mixed-static-and-proxy
# template: generic
-# acme: yes
+# tls:
+# variant: legacy
+# hsts: false
+# certificate_provider: acmetool
# hostnames:
# - static.example.com
# extra_directives: |-