
This introduces the variable haproxy_ssl_dh_param It sets the maximum size of the DH parameters used for generating key in DHE key exchange. Higher values increase CPU load but is more secure. This value is ignored if static DH params are given in cert file. Change-Id: Idca02a8337fa3790ddfb849d9e2e87d60076c399
OpenStack Haproxy Server
- tags
-
openstack, galera, haproxy, cloud, ansible
- category
-
*nix
Role for the installation and setup of haproxy
- name: Install haproxy
hosts: haproxy_hosts
user: root
roles:
- { role: "haproxy_server", tags: [ "haproxy-server" ] }
vars:
haproxy_service_configs:
- service:
hap_service_name: group_name
hap_backend_nodes: "{{ groups['group_name'][0] }}"
hap_backup_nodes: "{{ groups['group_name'][1:] }}"
hap_port: 80
hap_balance_type: http
hap_backend_options:
- "forwardfor"
- "httpchk"
- "httplog"