Refactor HAProxy configuration and certificate management
- Updated HAProxy configuration template to reflect changes for the Taurus Production Environment, including SSL settings and rate limiting for specific endpoints. - Introduced new playbooks for certificate distribution and validation with OCI Vault, ensuring certificates are correctly managed and renewed. - Added hooks for uploading renewed certificates to OCI Vault and validating their integrity. - Enhanced the HAProxy configuration playbook to ensure proper service management and verification of the HAProxy service. - Updated inventory variables for certificate management and ensured compatibility with the new structure.
This commit is contained in:
@@ -22,6 +22,7 @@ act_runner_version: "0.2.13"
|
||||
gitea_runner_instance_url: "https://gitea.ouranos.helu.ca"
|
||||
|
||||
# Release versions for staging playbooks
|
||||
agent_s_rel: master
|
||||
anythingllm_rel: master
|
||||
athena_rel: master
|
||||
athena_mcp_rel: master
|
||||
@@ -35,6 +36,7 @@ mcp_switchboard_rel: master
|
||||
kernos_rel: master
|
||||
# PyPI release version (no 'v' prefix) - https://pypi.org/project/open-webui/
|
||||
openwebui_rel: 0.8.3
|
||||
pulseaudio_module_xrdp_rel:
|
||||
|
||||
# MCP URLs
|
||||
argos_mcp_url: http://miranda.incus:25534/mcp
|
||||
|
||||
@@ -26,10 +26,10 @@ certbot_group: certbot
|
||||
certbot_directory: /srv/certbot
|
||||
certbot_email: webmaster@helu.ca
|
||||
certbot_cert_name: ouranos.helu.ca
|
||||
certbot_domains:
|
||||
- "*.ouranos.helu.ca"
|
||||
- "ouranos.helu.ca"
|
||||
prometheus_node_exporter_text_directory: /var/lib/prometheus/node-exporter
|
||||
certbot_certificates:
|
||||
- cert_name: wildcard.ouranos.helu.ca
|
||||
domains: ["*.ouranos.helu.ca"]
|
||||
|
||||
# HAProxy Configuration
|
||||
haproxy_user: haproxy
|
||||
|
||||
Reference in New Issue
Block a user