56453eaee8
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
18 lines
497 B
YAML
18 lines
497 B
YAML
---
|
|
- hosts: all
|
|
vars:
|
|
metadata:
|
|
name: HAProxy configuration
|
|
description: Verify the HAProxy configuration has recommended values.
|
|
groups:
|
|
- post-deployment
|
|
config_file: '/var/lib/config-data/puppet-generated/haproxy/etc/haproxy/haproxy.cfg'
|
|
global_maxconn_min: 20480
|
|
defaults_maxconn_min: 4096
|
|
defaults_timeout_queue: '2m'
|
|
defaults_timeout_client: '2m'
|
|
defaults_timeout_server: '2m'
|
|
defaults_timeout_check: '10s'
|
|
roles:
|
|
- haproxy
|