commit 3011deaaff47ee3fa2982b3d5c5ee6a2203ed05c
parent 64489179b634c12c2a1128d908df17b675500084
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 22 Dec 2024 19:31:18 +0100
fix hostname
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/monitoring/tasks/main.yml b/roles/monitoring/tasks/main.yml
@@ -69,7 +69,7 @@
certbot_certs:
- webroot: "/var/www/letsencrypt/monitoring.{{ DOMAIN_NAME }}"
domains:
- - "exchange.{{ DOMAIN_NAME }}"
+ - "monitoring.{{ DOMAIN_NAME }}"
- name: Enable Taler monitoring reverse proxy configuration
file: