add haproxy repo, custom config files & readme

This commit is contained in:
Ludovic Cartier
2025-09-23 14:59:37 +02:00
parent 58ef95e654
commit 141ec62e2c
8 changed files with 123 additions and 18 deletions

View File

@@ -9,3 +9,11 @@ haproxy_ssl_self_signed_domains:
haproxy_accept_warnings: yes
haproxy_bind_ip: '*'
# Optional: Use HAProxy's official Debian repository
haproxy_use_debian_repo: false
haproxy_debian_repo_url: 'http://haproxy.debian.net'
haproxy_debian_repo_distribution: '{{ ansible_distribution_release }}'
haproxy_debian_repo_component: 'main'
haproxy_debian_repo_key_url: 'https://haproxy.debian.net/haproxy-archive-keyring.gpg'
haproxy_version: '3.2'