From b277d5f0ae14ba33afaf139c7cc9ad2212564c2e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 22 Aug 2023 19:38:47 +0200 Subject: some more cleanup for acme specific variables --- chaos-at-home/ch-mimas.yml | 2 +- chaos-at-home/ch-pan.yml | 2 +- chaos-at-home/r3-0x10.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chaos-at-home') diff --git a/chaos-at-home/ch-mimas.yml b/chaos-at-home/ch-mimas.yml index d486023b..fec7b0e5 100644 --- a/chaos-at-home/ch-mimas.yml +++ b/chaos-at-home/ch-mimas.yml @@ -45,7 +45,7 @@ name: pub template: generic tls: - certificate_provider: "{{ acme_client }}" + certificate_provider: acmetool hostnames: - pub.chaos-at-home.org locations: diff --git a/chaos-at-home/ch-pan.yml b/chaos-at-home/ch-pan.yml index b4106680..bccd9ca5 100644 --- a/chaos-at-home/ch-pan.yml +++ b/chaos-at-home/ch-pan.yml @@ -44,7 +44,7 @@ hostnames: - dyn.schaaas.at tls: - certificate_provider: "{{ acme_client }}" + certificate_provider: acmetool logs: access: /var/log/nginx/dyn-schaaas_access.log error: /var/log/nginx/dyn-schaaas_error.log diff --git a/chaos-at-home/r3-0x10.yml b/chaos-at-home/r3-0x10.yml index 5e30abec..267bc596 100644 --- a/chaos-at-home/r3-0x10.yml +++ b/chaos-at-home/r3-0x10.yml @@ -34,7 +34,7 @@ name: 0x10 template: generic tls: - certificate_provider: "{{ acme_client }}" + certificate_provider: acmetool hostnames: - 0x10.r3.at - 0x10.realraum.at -- cgit v1.2.3