chore: update and add playbook haproxy
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ s3-uber ansible_host=80.96.58.164 ansible_user=omnex ansible_ssh_private_key_fil
|
||||
vpn-uber ansible_host=131.123.42.158 ansible_user=omnex ansible_ssh_private_key_file=../.ssh/omnex vpn_ip=10.0.0.1
|
||||
|
||||
[load-balancer]
|
||||
load-balancer ansible_host=93.185.166.221 ansible_user=omnex ansible_ssh_private_key_file=../.ssh/omnex
|
||||
load-balancer ansible_host=93.185.166.221 ansible_user=omnex ansible_ssh_private_key_file=../.ssh/omnex vpn_ip=10.0.0.12
|
||||
|
||||
[infra]
|
||||
monitoring-uber ansible_host=185.103.167.138 ansible_user=omnex ansible_ssh_private_key_file=../.ssh/omnex vpn_ip=10.0.0.2
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user