From 5d9a895aaad1c360c3b4d940e0419ee50de515e8 Mon Sep 17 00:00:00 2001 From: Stephan Krusche Date: Mon, 2 Feb 2026 20:36:22 +0100 Subject: [PATCH] feat(proxy): Disable health checks for production initially Disable active health checks for production environment until the feature is verified on staging environments. Staging environments will use the default (enabled) from artemis-ansible-collection. After successful testing on staging, remove this line to enable health checks in production. Related PRs: - Artemis: https://github.com/ls1intum/Artemis/pull/12078 - Collection: https://github.com/ls1intum/artemis-ansible-collection/pull/182 Co-Authored-By: Claude Opus 4.5 --- group_vars/artemis_production.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/artemis_production.yml b/group_vars/artemis_production.yml index 3cc207c..6bf5f33 100644 --- a/group_vars/artemis_production.yml +++ b/group_vars/artemis_production.yml @@ -30,6 +30,9 @@ tum_live_base_url: "https://tum.live/api/v2" proxy_generate_dh_param: false +# Disable health checks initially - enable after staging verification +proxy_health_check_enabled: false + # Special TUM certificate config proxy_certificate_base_path: /opt/certs proxy_tum_certificate_key_name: artemis_tum_de-key.pem