add haproxy repo, custom config files & readme
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user