20 lines
		
	
	
		
			688 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			688 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| haproxy_ssl_certs_dir: /etc/haproxy/ssl/certs
 | |
| haproxy_ssl_self_dir: /etc/haproxy/ssl/self
 | |
| haproxy_ssl_self_signed_subj: '/C=FR/ST=France/L=Marseille/O={{ inventory_hostname }}'
 | |
| haproxy_ssl_self_signed_days: 3650
 | |
| haproxy_ssl_self_signed_domains:
 | |
|   - '{{ inventory_hostname }}'
 | |
| 
 | |
| 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'
 |