summaryrefslogtreecommitdiff
path: root/dan
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-08-09 14:38:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-08-20 22:12:03 +0200
commitbc98352d3e331003db625be96139b3c1f95f63b2 (patch)
tree6f05ce12309fb46aaa9c9eee692573b49b692e4d /dan
parentprepare test setups for new acme/cert roles (diff)
nginx/vhost: major change in certifcate/tls handling (WIP)
Diffstat (limited to 'dan')
-rw-r--r--dan/sk-testvm.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/dan/sk-testvm.yml b/dan/sk-testvm.yml
index 658b5ac4..c7aaf754 100644
--- a/dan/sk-testvm.yml
+++ b/dan/sk-testvm.yml
@@ -10,9 +10,10 @@
- name: Payload Setup
hosts: sk-testvm
+ vars:
+ acme_client: acmetool
roles:
- #- role: x509/acmetool/base
- #- role: x509/uacme/base
+ - role: "x509/{{ acme_client }}/base"
- role: nginx/base
post_tasks:
- name: make sure document root directories exist
@@ -44,7 +45,9 @@
default: yes
name: nosuchsite
template: generic
- #acme: yes
+ tls:
+ certificate_provider: "{{ acme_client }}"
+ hsts: no
hostnames:
- testvm.elev8.at
locations:
@@ -75,7 +78,9 @@
nginx_vhost:
name: test
template: generic
- #acme: yes
+ tls:
+ certificate_provider: "{{ acme_client }}"
+ hsts: no
hostnames:
- test.spreadspace.org
- test.spreadspace.com