chore: update and add playbook haproxy

This commit is contained in:
Nuxgrid
2026-07-30 19:04:12 +02:00
parent 76592a5c12
commit ec59d5933b
4 changed files with 182 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
# Domaine servi par le load-balancer HAProxy — utilisé par infra/playbook-haproxy.yml
# pour nommer le certificat combiné. Doit correspondre au nom codé en dur dans
# templates/haproxy.cfg.j2 (bind *:443 ssl crt /etc/haproxy/certs/mln-uber.club.pem).
# Le certificat lui-même n'est pas généré ici : il est copié depuis prod-uber
# (voir infra/playbook-haproxy.yml, play "Récupérer le certificat...").
domain_name: "mln-uber.club"