Oefenweb.haproxy
haproxy
Set up (the latest version of) HAProxy in Ubuntu systems.
Requirements
python-aptsoftware-properties-common(will be installed)dirmngr(will be installed)
Variables
haproxy_use_ppa: [default:true]: Whether or not to add the PPA (for installation)haproxy_version: [default:2.0]: Version to install (e.g.1.5...2.8)haproxy_install: [default:[]]: Additional packages to install (e.g.socat)haproxy_global_log: [default: Seedefaults/main.yml]: Log declarationshaproxy_global_log.{n}.address: [required]: Indicates where to send the logs (e.g./dev/log)haproxy_global_log.{n}.facility: [required]: Must be one of the 24 standard syslog facilities (e.g.local0,local1)haproxy_global_log.{n}.level: [optional]: Can be specified to filter outgoing messages (e.g.notice)haproxy_global_log.{n}.minlevel: [optional]: Can be specified to filter outgoing messages (e.g.notice)haproxy_global_log.{n}.length: [optional]: Can be specified to adjust message length in log (e.g.2048)haproxy_global_chroot: [optional]: Changes current directory to<jail dir>and performs achroot()there before dropping privilegeshaproxy_global_stats: [default: Seedefaults/main.yml]: Stats declarationshaproxy_global_stats.sockets: [default:[{listen: /run/haproxy/admin.sock }}"}]]: Sockets declarationshaproxy_global_stats.sockets.{n}.listen: [required]: Defines a listening address and/or ports (e.g./run/haproxy/admin.sock)haproxy_global_stats.sockets.{n}.param: [optional]: A list of parameters common to this bind declarations (e.g.['mode 660', 'level admin', 'process 1'])haproxy_global_stats.timeout: [optional]: The default timeout on the stats sockethaproxy_global_user: [default:haproxy]: Similar to"uid"but uses the UID of user name<user name>from/etc/passwdhaproxy_global_group: [default:haproxy]: Similar to"gid"but uses the GID of group name<group name>from/etc/group.haproxy_global_daemon: [default:true]: Makes the process fork into background. This is the recommended mode of operationhaproxy_global_master_worker: [optional, default:false]: Whether or not to use master/worker mode (>= 1.8.0only)haproxy_global_maxconn: [optional]: Sets the maximum per-process number of concurrent connectionshaproxy_global_ca_base: [default:/etc/ssl/certs]: Assigns a default directory to fetch SSL CA certificates and CRLs from when a relative path is used with"ca-file"or"crl-file"directiveshaproxy_global_crt_base: [default:/etc/ssl/private]: Assigns a default directory to fetch SSL certificates from when a relative path is used with"crtfile"directiveshaproxy_global_ssl_default_bind_ciphers: [default:kEECDH+aRSA+AES:kRSA+AES:+AES256:RC4-SHA:!kEDH:!LOW:!EXP:!MD5:!aNULL:!eNULL]: This setting is only available when support for OpenSSL was built in. It sets the default string describing the list of cipher algorithms ("cipher suite") that are negotiated during the SSL/TLS handshake for all"bind"lines which do not explicitly define theirshaproxy_global_ssl_default_bind_ciphersuites: [default: ``]: This setting is only available when support for OpenSSL was built in and OpenSSL 1.1.1 or later was used to build HAProxy. It sets the default string describing the list of cipher algorithms ("cipher suite") that are negotiated during the TLSv1.3 handshake for all"bind"lines which do not explicitly define theirshaproxy_global_ssl_default_bind_options: [default:no-sslv3]: This setting is only available when support for OpenSSL was built in. It sets default ssl-options to force on all"bind"lineshaproxy_global_ssl_default_server_ciphers: [default:kEECDH+aRSA+AES:kRSA+AES:+AES256:RC4-SHA:!kEDH:!LOW:!EXP:!MD5:!aNULL:!eNULL]: This setting is only available when support for OpenSSL was built in. It sets the default string describing the list of cipher algorithms that are negotiated during the SSL/TLS handshake with the server, for all"server"lines which do not explicitly define theirshaproxy_global_ssl_default_server_ciphersuites: [default: ``]: This setting is only available when support for OpenSSL was built in and OpenSSL 1.1.1 or later was used to build HAProxy. It sets the default string describing the list of cipher algorithms that are negotiated duringthe TLSv1.3 handshake with the server, for all"server"lines which do not explicitly define theirshaproxy_global_ssl_default_server_options: [default:no-sslv3]: This setting is only available when support for OpenSSL was built in. It sets default ssl-options to force on all"server"lineshaproxy_global_ssl_engines: [optional, default[]]: OpenSSL engine declarations (>= 1.8.0only)haproxy_global_ssl_engines.{n}.name: [required]: Sets the OpenSSL engine to use (e.g.rdrand)haproxy_global_ssl_engines.{n}.algos: [optional]: Sets the OpenSSL algorithms to use (e.g.['RSA'])haproxy_global_ssl_mode_async: [optional: defaultfalse]: Enables asynchronous TLS I/O operations if asynchronous capable SSL engines are used (>= 1.8.0only)haproxy_global_nbproc: [default:1]: Number of processes to create when going daemon. This requires thedaemonmode. By default, only one process is created, which is the recommended mode of operationhaproxy_global_nbthread: [optional]: This setting is only available when support for threads was built in. It creates<number>threads for each created processes (>= 1.8.0only)haproxy_global_tune: [default:[]]: (Performance) tuning declarationshaproxy_global_tune.{n}.key: [required]: Setting name (e.g.ssl.cachesize)haproxy_global_tune.{n}.value: [required]: Setting value (e.g.50000)haproxy_global_option: [default:[]]: Options (e.g.['lua-load /etc/haproxy/acme-http01-webroot.lua', 'ssl-dh-param-file /etc/haproxy/dhparams.pem'])haproxy_global_peers: Peer list declarationshaproxy_global_peers.{n}.name: Peer list name (e.g.mypeers)haproxy_global_peers.{n}.peers: Peer declarationshaproxy_global_peers.{n}.peers.{n}.name: [required]: Name of the host (recommended to behostname) (e.g.haproxy1)haproxy_global_peers.{n}.peers.{n}.listen: [required]: IP and port for peer to listen/connect to (e.g.192.168.0.1:1024)haproxy_global_raw_options: [default:[]]: Additional arbitrary lines to insert in the sectionhaproxy_defaults_log: [default:global]: Enable per-instance logging of events and traffic.globalshould be used when the instance's logging parameters are the same as the global ones. This is the most common usagehaproxy_defaults_logformat: [optional]: Allows you to customize the logs in http mode and tcp mode (e.g.'"%{+Q}o\ %t\ %s\ %{-Q}r"')haproxy_defaults_mode: [default:http]: Set the running mode or protocol of the instancehaproxy_defaults_source: [optional]: Set the source address or interface for connections from the proxyhaproxy_defaults_option: [default:[httplog, dontlognull]]: Options (default)haproxy_defaults_no_option: [optional]: Options to unset (e.g.[redispatch])haproxy_defaults_timeout: [default: Seedefaults/main.yml]: Timeout declarationshaproxy_defaults_timeout.type: [required]: The type (e.g.connect,client,server)haproxy_defaults_timeout.timeout: [required]: The timeout (in in milliseconds by default, but can be in any other unit if the number is suffixed by the unit) (e.g.5000,50000)haproxy_defaults_errorfile: [default: Seedefaults/main.yml]: Errorfile declarationshaproxy_defaults_errorfile.code: [required]: The HTTP status code. Currently, HAProxy is capable of generating codes 200, 400, 403, 408, 500, 502, 503, and 504 (e.g.400)haproxy_defaults_errorfile.file: [required]: A file containing the full HTTP response (e.g/etc/haproxy/errors/400.http)haproxy_defaults_compression: [optional]: Compression declarationshaproxy_defaults_compression.{}.name: [required]: The compression name (e.g.algo,type,offload)haproxy_defaults_compression.{}.value: [required]: The compression value, (e.g. if name = algo : one of this valuesidentity,gzip,deflate,raw-deflate/ if name = type : list of mime type separated by space for exampletext/html text/plain text/css/ if name =offloadvalue is empty)haproxy_default_server_params: [optional]: Default server backend parameters passed to each backend/listen server.haproxy_default_raw_options: [default:[]]: Additional arbitrary lines to insert in the sectionhaproxy_ssl_map: [default:[]]: SSL declarationshaproxy_ssl_map.{n}.state: [default:present]: Whether to ensure the file is present or absenthaproxy_ssl_map.{n}.src: The local path of the file to copy, can be absolute or relative (e.g.../../../files/haproxy/etc/haproxy/ssl/star-example-com.pem)haproxy_ssl_map.{n}.dest: The remote path of the file to copy (e.g./etc/haproxy/ssl/star-example-com.pem)haproxy_ssl_map.{n}.owner: The name of the user that should own the file (optional, defaultroot)haproxy_ssl_map.{n}.group: The name of the group that should own the file (optional, defaultroot)haproxy_ssl_map.{n}.mode: The mode of the file, such as 0644 (optional, default0640)haproxy_listen: [default:[]]: Listen declarationshaproxy_listen.{n}.name: [required]: The name of the section (e.g.stats)haproxy_listen.{n}.description: [optional]: A description of the section (e.g.Global statistics)haproxy_listen.{n}.bind: [required]: Bind declarationshaproxy_listen.{n}.bind.{n}.listen: [required]: Defines one or several listening addresses and/or ports (e.g.0.0.0.0:1936)haproxy_listen.{n}.bind.{n}.param: [optional]: A list of parameters common to this bind declarationshaproxy_listen.{n}.bind_process: [optional]: Limits the declaration to a certain set of processes numbers (e.g.[all],[1],[2 ,3, 4])haproxy_listen.{n}.mode: [optional]: Set the running mode or protocol of the section (e.g.http)haproxy_listen.{n}.balance: [required]: The load balancing algorithm to be used (e.g.roundrobin)haproxy_listen.{n}.hash_type: [optional]: The hashing type to be used for balancing (e.g.consistent)haproxy_listen.{n}.maxconn: [optional]: Fix the maximum number of concurrent connectionshaproxy_listen.{n}.logformat: [optional]: Specifies the log format string to use for traffic logs (e.g.'"%{+Q}o\ %t\ %s\ %{-Q}r"')haproxy_listen.{n}.source: [optional]: Set the source address or interface for connections from the proxyhaproxy_listen.{n}.option: [optional]: Options to set (e.g.[dontlog-normal])haproxy_listen.{n}.no_option: [optional]: Options to set (e.g.[dontlog-normal])haproxy_listen.{n}.no_log: [optional, defaultfalse]: Used when the logger list must be flushed. For example, if you don't want to inherit from the default logger listhaproxy_listen.{n}.tcp_check: [optional]: Perform health checks using tcp-check send/expect sequences (e.g.['expect string +OK\ POP3\ ready'])haproxy_listen.{n}.http_check: [optional]: Make HTTP health checks consider response contents or specific status codes (e.g.expect status 403)haproxy_listen.{n}.stick: [optional]: Stick declarationshaproxy_listen.{n}.stick.{n}.table: [required]: Configure the stickiness table for the current section (e.g.type ip size 500k)haproxy_listen.{n}.stick.{n}.stick_on: [optional]: Define a request pattern to associate a user to a server (e.g.src)haproxy_listen.{n}.timeout: [optional]: Timeout declarationshaproxy_listen.{n}.timeout.type: [required]: The type (e.g.connect,client,server)haproxy_listen.{n}.timeout.timeout: [required]: The timeout (in in milliseconds by default, but can be in any other unit if the number is suffixed by the unit) (e.g.5000,50000)haproxy_listen.{n}.acl: [optional]: Create an ACL check which can be later used in evaluations/conditionalshaproxy_listen.{n}.acl.{n}.string: [required]: ACL entry to be used in conditional check laterhaproxy_listen.{n}.capture: [optional]: Capture fields from request or responsehaproxy_listen.{n}.capture.type: [required]: What to capture (cookie,request header,response header)haproxy_listen.{n}.capture.name: [required]: Name of the header or cookie to capturehaproxy_listen.{n}.capture.length: [required]: Maximum number of characters to capture and report in the logshaproxy_listen.{n}.filter: [optional]: Content filters to apply to this sectionhaproxy_listen.{n}.filter.{n}.name: [required]: The name of the filterhaproxy_listen.{n}.filter.{n}.param: [default:[]]: Parameters for the filterhaproxy_listen.{n}.http_request: [optional]: Access control for Layer 7 requestshaproxy_listen.{n}.http_request.{n}.action: [required]: The rules action (e.g.add-header)haproxy_listen.{n}.http_request.{n}.param: [optional]: The complete line to be added (e.g.X-Forwarded-Proto https)haproxy_listen.{n}.http_request.{n}.cond: [optional]: A matching condition built from ACLs (e.g.if { ssl_fc })haproxy_listen.{n}.http_response: [optional]: Access control for Layer 7 responseshaproxy_listen.{n}.http_response.{n}.action: [required]: The rules action (e.g.del-header)haproxy_listen.{n}.http_response.{n}.param: [optional]: The complete line to be added (e.g.X-Varnish)haproxy_listen.{n}.http_response.{n}.cond: [optional]: A matching condition built from ACLshaproxy_listen.{n}.tcp_request_content: [optional]: Perform an action on a new session depending on a layer 4-7 condition.haproxy_listen.{n}.tcp_request_content.{n}.action: [required]: The action for thetcp-request contentrule.haproxy_listen.{n}.tcp_request_content.{n}.cond: [optional]: A matching condition for thetcp-request contentrule.haproxy_listen.{n}.tcp_request_connection: [optional]: Perform an action on an incoming connection depending on a layer 4 condition.haproxy_listen.{n}.tcp_request_connection.{n}.action: [required]: The action for thetcp-request connectionrule.haproxy_listen.{n}.tcp_request_connection.{n}.cond: [optional]: A matching condition for thetcp-request connectionrule.haproxy_listen.{n}.tcp_request_session: [optional]: Perform an action on a validated session depending on a layer 5 condition.haproxy_listen.{n}.tcp_request_session.{n}.action: [required]: The action for thetcp-request sessionrule.haproxy_listen.{n}.tcp_request_session.{n}.cond: [optional]: A matching condition for thetcp-request sessionrule.haproxy_listen.{n}.tcp_request_inspect_delay: [optional]: Set the maximum allowed time to wait for data during content inspection.haproxy_listen.{n}.tcp_request_inspect_delay.{n}.timeout: [required]: The timeout value in millisecond for thetcp-request inspect-delayrule.haproxy_listen.{n}.stats: [optional]: Stats declarationshaproxy_listen.{n}.stats.enable: [required]: Enables statistics reporting with default settingshaproxy_listen.{n}.stats.uri: [optional, default/]: Define the URI prefix to access statisticshaproxy_listen.{n}.stats.options: [optional]: List of boolean stats options (e.g.hide-version,show-node,show-desc,show-legends)haproxy_listen.{n}.stats.refresh: [optional]: Defined the refresh delay, specified in seconds (e.g.5s)haproxy_listen.{n}.stats.admin: [optional]: Define / enable admin part of web interface with conditional attachedhaproxy_listen.{n}.stats.auth: [optional]: Auth declarationshaproxy_listen.{n}.stats.auth.{n}.user: [required]: A user name to grant access tohaproxy_listen.{n}.stats.auth.{n}.passwd: [required]: The cleartext password associated to this userhaproxy_listen.{n}.compression: [optional]: Compression declarationshaproxy_listen.{n}.compression.{n}.name: [required]: The compression name (e.g.algo,type,offload)haproxy_listen.{n}.compression.{n}.value: [required]: The compression value, (e.g. if name = algo : one of this valuesidentity,gzip,deflate,raw-deflate/ if name = type : list of mime type separated by space for exampletext/html text/plain text/css/ if name =offloadvalue is empty)haproxy_listen.{n}.server: [optional]: Server declarationshaproxy_listen.{n}.server.{n}.name: [required]: The internal name assigned to this serverhaproxy_listen.{n}.server.{n}.listen: [required]: Defines a listening address and/or portshaproxy_listen.{n}.server.{n}.param: [optional]: A list of parameters for this serverhaproxy_listen.{n}.server_template: [optional]: Server template declarationshaproxy_listen.{n}.server_template.name: [required]: A prefix for the server names to be built.haproxy_listen.{n}.server_template.num: [required]: Number or range of servers. If specified as<num>, this template initializes<num>servers with 1 up to<num>as server name suffixes. If specified as<num_low>-<num_high>, initializes with<num_low>up to<num_high>as server name suffixes.haproxy_listen.{n}.server_template.fqdn: [required]: A FQDN for all the servers this template initializeshaproxy_listen.{n}.server_template.port: [optional]: Port specificationhaproxy_listen.{n}.server_template.{n}.param: [optional]: A list of parameters for this server templatehaproxy_listen.{n}.retry_on: [optional, default[]]: Specify when to attempt to automatically retry a failed request. Provide a list of keywords or HTTP status codes, each representing a type of failure event on which an attempt to retry the request is desired. For details, see HAProxy documentation.haproxy_listen.{n}.retries: [optional]: Number of retries to perform on a server after a connection failurehaproxy_listen.{n}.reqadd: [optional]: Adds headers at the end of the HTTP requesthaproxy_listen.{n}.reqadd.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.reqadd.{n}.cond: [optional]: A matching condition built from ACLshaproxy_listen.{n}.rspadd: [optional]: Adds headers at the end of the HTTP responsehaproxy_listen.{n}.rspadd.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.rspadd.{n}.cond: [optional]: A matching condition built from ACLshaproxy_listen.{n}.reqdel: [optional]: Delete all headers matching a regular expression in an HTTP requesthaproxy_listen.{n}.reqdel.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.reqdel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_listen.{n}.reqidel: [optional]: Delete all headers matching a regular expression in an HTTP request (ignore case)haproxy_listen.{n}.reqidel.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.reqidel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_listen.{n}.rspdel: [optional]: Delete all headers matching a regular expression in an HTTP responsehaproxy_listen.{n}.rspdel.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.rspdel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_listen.{n}.rspidel: [optional]: Delete all headers matching a regular expression in an HTTP response (ignore case)haproxy_listen.{n}.rspidel.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.rspidel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_listen.{n}.reqrep: [optional]: Replace a regular expression with a string in an HTTP request linehaproxy_listen.{n}.reqrep.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.reqrep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.reqrep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_listen.{n}.reqirep: [optional]: Replace a regular expression with a string in an HTTP request line (ignore case)haproxy_listen.{n}.reqirep.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.reqirep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.reqirep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_listen.{n}.rsprep: [optional]: Replace a regular expression with a string in an HTTP response linehaproxy_listen.{n}.rsprep.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.rsprep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.rsprep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_listen.{n}.rspirep: [optional]: Replace a regular expression with a string in an HTTP response line (ignore case)haproxy_listen.{n}.rspirep.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.rspirep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.rspirep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_listen.{n}.redirect: [optional]: Return an HTTP redirection if/unless a condition is matchedhaproxy_listen.{n}.redirect.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_listen.{n}.redirect.{n}.cond: [optional]: A condition to apply this rulehaproxy_listen.{n}.errorfile: [optional]: Errorfile declarationshaproxy_listen.{n}.errorfile.{n}.code: [required]: The HTTP status code. Currently, HAProxy is capable of generating codes 200, 400, 403, 408, 500, 502, 503, and 504 (e.g.400)haproxy_listen.{n}.errorfile.{n}.file: [required]: A file containing the full HTTP response (e.g/etc/haproxy/errors/400.http)haproxy_listen.{n}.default_server_params: [optional]: Default server params applied for each server for this particular listen entry.haproxy_listen.{n}.raw_options: [default:[]]: Additional arbitrary lines to insert in the sectionhaproxy_frontend: [default:[]]: Front-end declarationshaproxy_frontend.{n}.name: [required]: The name of the section (e.g.https)haproxy_frontend.{n}.description: [optional]: A description of the section (e.g.Front-end for all HTTPS traffic)haproxy_frontend.{n}.bind: [required]: Bind declarationshaproxy_frontend.{n}.bind.{n}.listen: [required]: Defines one or several listening addresses and/or ports (e.g.0.0.0.0:443)haproxy_frontend.{n}.bind.{n}.param: [optional]: A list of parameters common to this bind declarationshaproxy_frontend.{n}.bind_process: [optional]: Limits the declaration to a certain set of processes numbers (e.g.[all],[1],[2 ,3, 4])haproxy_frontend.{n}.mode: [optional]: Set the running mode or protocol of the section (e.g.http)haproxy_frontend.{n}.maxconn: [optional]: Fix the maximum number of concurrent connectionshaproxy_frontend.{n}.logformat: [optional]: Specifies the log format string to use for traffic logs (e.g.'"%{+Q}o\ %t\ %s\ %{-Q}r"')haproxy_frontend.{n}.stick: [optional]: Stick declarationshaproxy_frontend.{n}.stick.{n}.table: [required]: Configure the stickiness table for the current section (e.g.type ip size 500k)haproxy_frontend.{n}.option: [optional]: Options to set (e.g.[tcplog])haproxy_frontend.{n}.no_option: [optional]: Options to unset (e.g.[forceclose])haproxy_frontend.{n}.no_log: [optional, defaultfalse]: Used when the logger list must be flushed. For example, if you don't want to inherit from the default logger listhaproxy_frontend.{n}.timeout: [optional]: Timeout declarationshaproxy_frontend.{n}.timeout.type: [required]: The type (e.g.client)haproxy_frontend.{n}.timeout.timeout: [required]: The timeout (in in milliseconds by default, but can be in any other unit if the number is suffixed by the unit) (e.g.5000,50000)haproxy_frontend.{n}.acl: [optional]: Create an ACL check which can be later used in evaluations/conditionalshaproxy_frontend.{n}.acl.{n}.string: [required]: ACL entry to be used in conditional check laterhaproxy_frontend.{n}.capture: [optional]: Capture fields from request or responsehaproxy_frontend.{n}.capture.type: [required]: What to capture (cookie,request header,response header)haproxy_frontend.{n}.capture.name: [required]: Name of the header or cookie to capturehaproxy_frontend.{n}.capture.length: [required]: Maximum number of characters to capture and report in the logshaproxy_frontend.{n}.filter: [optional]: Content filters to apply to this sectionhaproxy_frontend.{n}.filter.{n}.name: [required]: The name of the filterhaproxy_frontend.{n}.filter.{n}.param: [default:[]]: Parameters for the filterhaproxy_frontend.{n}.http_request: [optional]: Access control for Layer 7 requestshaproxy_frontend.{n}.http_request.{n}.action: [required]: The rules action (e.g.add-header)haproxy_frontend.{n}.http_request.{n}.param: [optional]: The complete line to be added (e.g.X-Forwarded-Proto https)haproxy_frontend.{n}.http_request.{n}.cond: [optional]: A matching condition built from ACLs (e.g.if { ssl_fc })haproxy_frontend.{n}.http_response: [optional]: Access control for Layer 7 responseshaproxy_frontend.{n}.http_response.{n}.action: [required]: The rules action (e.g.del-header)haproxy_frontend.{n}.http_response.{n}.param: [optional]: The complete line to be added (e.g.X-Varnish)haproxy_frontend.{n}.http_response.{n}.cond: [optional]: A matching condition built from ACLshaproxy_frontend.{n}.tcp_request_content: [optional]: Perform an action on a new session depending on a layer 4-7 condition.haproxy_frontend.{n}.tcp_request_content.{n}.action: [required]: The action for thetcp-request contentrule.haproxy_frontend.{n}.tcp_request_content.{n}.cond: [optional]: A matching condition for thetcp-request contentrule.haproxy_frontend.{n}.tcp_request_connection: [optional]: Perform an action on an incoming connection depending on a layer 4 condition.haproxy_frontend.{n}.tcp_request_connection.{n}.action: [required]: The action for thetcp-request connectionrule.haproxy_frontend.{n}.tcp_request_connection.{n}.cond: [optional]: A matching condition for thetcp-request connectionrule.haproxy_frontend.{n}.tcp_request_session: [optional]: Perform an action on a validated session depending on a layer 5 condition.haproxy_frontend.{n}.tcp_request_session.{n}.action: [required]: The action for thetcp-request sessionrule.haproxy_frontend.{n}.tcp_request_session.{n}.cond: [optional]: A matching condition for thetcp-request sessionrule.haproxy_frontend.{n}.tcp_request_inspect_delay: [optional]: Set the maximum allowed time to wait for data during content inspection.haproxy_frontend.{n}.tcp_request_inspect_delay.{n}.timeout: [required]: The timeout value in millisecond for thetcp-request inspect-delayrule.haproxy_frontend.{n}.use_backend: [optional]: Switch to a specific backend if/unless a Layer 7 condition is matched. (e.g. '%[req.hdr(host),lower,map_dom(/etc/haproxy/haproxy_backend.map,bk_default)]' or['foo-backend if is_foo', 'bar-backend if is_bar'])haproxy_frontend.{n}.default_backend: [optional]: The backend to use when no"use_backend"rule has been matched (e.g.webservers)haproxy_frontend.{n}.reqadd: [optional]: Adds headers at the end of the HTTP requesthaproxy_frontend.{n}.reqadd.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.reqadd.{n}.cond: [optional]: A matching condition built from ACLshaproxy_frontend.{n}.rspadd: [optional]: Adds headers at the end of the HTTP responsehaproxy_frontend.{n}.rspadd.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.rspadd.{n}.cond: [optional]: A matching condition built from ACLshaproxy_frontend.{n}.reqdel: [optional]: Delete all headers matching a regular expression in an HTTP requesthaproxy_frontend.{n}.reqdel.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.reqdel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_frontend.{n}.reqidel: [optional]: Delete all headers matching a regular expression in an HTTP request (ignore case)haproxy_frontend.{n}.reqidel.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.reqidel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_frontend.{n}.rspdel: [optional]: Delete all headers matching a regular expression in an HTTP responsehaproxy_frontend.{n}.rspdel.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.rspdel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_frontend.{n}.rspidel: [optional]: Delete all headers matching a regular expression in an HTTP response (ignore case)haproxy_frontend.{n}.rspidel.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.rspidel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_frontend.{n}.reqrep: [optional]: Replace a regular expression with a string in an HTTP request linehaproxy_frontend.{n}.reqrep.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.reqrep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.reqrep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_frontend.{n}.reqirep: [optional]: Replace a regular expression with a string in an HTTP request line (ignore case)haproxy_frontend.{n}.reqirep.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.reqirep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.reqirep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_frontend.{n}.rsprep: [optional]: Replace a regular expression with a string in an HTTP response linehaproxy_frontend.{n}.rsprep.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.rsprep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.rsprep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_frontend.{n}.rspirep: [optional]: Replace a regular expression with a string in an HTTP response line (ignore case)haproxy_frontend.{n}.rspirep.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.rspirep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.rspirep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_frontend.{n}.redirect: [optional]: Return an HTTP redirection if/unless a condition is matchedhaproxy_frontend.{n}.redirect.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_frontend.{n}.redirect.{n}.cond: [optional]: A condition to apply this rulehaproxy_frontend.{n}.compression: [optional]: Compression declarationshaproxy_frontend.{n}.compression.{n}.name: [required]: The compression name (e.g.algo,type,offload)haproxy_frontend.{n}.compression.{n}.value: [required]: The compression value, (e.g. if name = algo : one of this valuesidentity,gzip,deflate,raw-deflate/ if name = type : list of mime type separated by space for exampletext/html text/plain text/css/ if name =offloadvalue is empty)haproxy_frontend.{n}.errorfile: [optional]: Errorfile declarationshaproxy_frontend.{n}.errorfile.{n}.code: [required]: The HTTP status code. Currently, HAProxy is capable of generating codes 200, 400, 403, 408, 500, 502, 503, and 504 (e.g.400)haproxy_frontend.{n}.errorfile.{n}.file: [required]: A file containing the full HTTP response (e.g/etc/haproxy/errors/400.http)haproxy_frontend.{n}.raw_options: [default:[]]: Additional arbitrary lines to insert in the sectionhaproxy_backend: [default:[]]: Back-end declarationshaproxy_backend.{n}.name: [required]: The name of the section (e.g.webservers)haproxy_backend.{n}.description: [optional]: A description of the section (e.g.Back-end with all (Apache) webservers)haproxy_backend.{n}.bind_process: [optional]: Limits the declaration to a certain set of processes numbers (e.g.[all],[1],[2 ,3, 4])haproxy_backend.{n}.mode: [optional]: Set the running mode or protocol of the section (e.g.http)haproxy_backend.{n}.balance: [required]: The load balancing algorithm to be used (e.g.roundrobin)haproxy_backend.{n}.source: [optional]: Set the source address or interface for connections from the proxyhaproxy_backend.{n}.option: [optional]: Options to set (e.g.[forwardfor])haproxy_backend.{n}.no_option: [optional]: Options to unset (e.g.[redispatch])haproxy_backend.{n}.http_check.{n}: [optional]: Configure HTTP health checks (e.g.expect status 403,send meth GET uri /healthz)haproxy_backend.{n}.stick: [optional]: Stick declarationshaproxy_backend.{n}.stick.{n}.table: [required]: Configure the stickiness table for the current section (e.g.type ip size 500k)haproxy_backend.{n}.stick.{n}.stick_on: [optional]: Define a request pattern to associate a user to a server (e.g.src)haproxy_backend.{n}.hash_type: [optional]: The hashing type to be used for balancing (e.g.consistent)haproxy_backend.{n}.no_option: [optional]: Options to unset (e.g.[forceclose])haproxy_backend.{n}.no_log: [optional, defaultfalse]: Used when the logger list must be flushed. For example, if you don't want to inherit from the default logger listhaproxy_backend.{n}.tcp_check: [optional]: Perform health checks using tcp-check send/expect sequences (e.g.['expect string +OK\ POP3\ ready'])haproxy_backend.{n}.timeout: [optional]: Timeout declarationshaproxy_backend.{n}.timeout.type: [required]: The type (e.g.server)haproxy_backend.{n}.timeout.timeout: [required]: The timeout (in in milliseconds by default, but can be in any other unit if the number is suffixed by the unit) (e.g.5000,50000)haproxy_backend.{n}.acl: [optional]: Create an ACL check which can be later used in evaluations/conditionalshaproxy_backend.{n}.acl.{n}.string: [required]: ACL entry to be used in conditional check laterhaproxy_backend.{n}.reqadd: [optional]: Adds headers at the end of the HTTP requesthaproxy_backend.{n}.reqadd.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.reqadd.{n}.cond: [optional]: A matching condition built from ACLshaproxy_backend.{n}.rspadd: [optional]: Adds headers at the end of the HTTP responsehaproxy_backend.{n}.rspadd.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.rspadd.{n}.cond: [optional]: A matching condition built from ACLshaproxy_backend.{n}.reqdel: [optional]: Delete all headers matching a regular expression in an HTTP requesthaproxy_backend.{n}.reqdel.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.reqdel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_backend.{n}.reqidel: [optional]: Delete all headers matching a regular expression in an HTTP request (ignore case)haproxy_backend.{n}.reqidel.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.reqidel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_backend.{n}.rspdel: [optional]: Delete all headers matching a regular expression in an HTTP responsehaproxy_backend.{n}.rspdel.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.rspdel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_backend.{n}.rspidel: [optional]: Delete all headers matching a regular expression in an HTTP response (ignore case)haproxy_backend.{n}.rspidel.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.rspidel.{n}.cond: [optional]: A matching condition built from ACLshaproxy_backend.{n}.reqrep: [optional]: Replace a regular expression with a string in an HTTP request linehaproxy_backend.{n}.reqrep.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.reqrep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.reqrep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_backend.{n}.reqirep: [optional]: Replace a regular expression with a string in an HTTP request line (ignore case)haproxy_backend.{n}.reqirep.{n}.search: [required]: The regular expression applied to HTTP headers and to the request line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.reqirep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.reqirep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_backend.{n}.rsprep: [optional]: Replace a regular expression with a string in an HTTP response linehaproxy_backend.{n}.rsprep.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.rsprep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.rsprep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_backend.{n}.rspirep: [optional]: Replace a regular expression with a string in an HTTP response line (ignore case)haproxy_backend.{n}.rspirep.{n}.search: [required]: The regular expression applied to HTTP headers and to the response line. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.rspirep.{n}.string: [required]: The complete line to be added. Any space or known delimiter must be escaped using a backslash ('\') (in version < 1.6)haproxy_backend.{n}.rspirep.{n}.cond: [optional]: Matching condition built from ACLshaproxy_backend.{n}.cookie: [optional]: Enable cookie-based persistence in a backend (e.g.JSESSIONID prefix nocache)haproxy_backend.{n}.filter: [optional]: Content filters to apply to this sectionhaproxy_backend.{n}.filter.{n}.name: [required]: The name of the filterhaproxy_backend.{n}.filter.{n}.param: [default:[]]: Parameters for the filterhaproxy_backend.{n}.http_request: [optional]: Access control for Layer 7 requestshaproxy_backend.{n}.http_request.{n}.action: [required]: The rules action (e.g.add-header)haproxy_backend.{n}.http_request.{n}.param: [optional]: The complete line to be added (e.g.X-Forwarded-Proto https)haproxy_backend.{n}.http_request.{n}.cond: [optional]: A matching condition built from ACLs (e.g.if { ssl_fc })haproxy_backend.{n}.http_response: [optional]: Access control for Layer 7 responseshaproxy_backend.{n}.http_response.{n}.action: [required]: The rules action (e.g.del-header)haproxy_backend.{n}.http_response.{n}.param: [optional]: The complete line to be added (e.g.X-Varnish)haproxy_backend.{n}.http_response.{n}.cond: [optional]: A matching condition built from ACLshaproxy_backend.{n}.tcp_request_content: [optional]: Perform an action on a new session depending on a layer 4-7 condition.haproxy_backend.{n}.tcp_request_content.{n}.action: [required]: The action for thetcp-request contentrule.haproxy_backend.{n}.tcp_request_content.{n}.cond: [optional]: A matching condition for thetcp-request contentrule.haproxy_backend.{n}.tcp_request_inspect_delay: [optional]: Set the maximum allowed time to wait for data during content inspection.haproxy_backend.{n}.tcp_request_inspect_delay.{n}.timeout: [required]: The timeout value in millisecond for thetcp-request inspect-delayrule.haproxy_backend.{n}.stats: [optional]: Stats declarationshaproxy_backend.{n}.stats.enable: [required]: Enables statistics reporting with default settingshaproxy_backend.{n}.stats.uri: [optional, default/]: Define the URI prefix to access statisticshaproxy_backend.{n}.stats.options: [optional]: List of boolean stats options (e.g.hide-version,show-node,show-desc,show-legends)haproxy_backend.{n}.stats.refresh: [optional]: Defined the refresh delay, specified in seconds (e.g.5s)haproxy_backend.{n}.stats.admin: [optional]: Define / enable admin part of web interface with conditional attachedhaproxy_backend.{n}.stats.auth: [optional]: Auth declarationshaproxy_backend.{n}.stats.auth.{n}.user: [required]: A user name to grant access tohaproxy_backend.{n}.stats.auth.{n}.passwd: [required]: The cleartext password associated to this userhaproxy_backend.{n}.compression: [optional]: Compression declarationshaproxy_backend.{n}.compression.{n}.name: [required]: The compression name (e.g.algo,type,offload)haproxy_backend.{n}.compression.{n}.value: [required]: The compression value, (e.g. if name = algo : one of this valuesidentity,gzip,deflate,raw-deflate/ if name = type : list of mime type separated by space for exampletext/html text/plain text/css/ if name =offloadvalue is empty)haproxy_backend.{n}.server: [optional]: Server declarationshaproxy_backend.{n}.server.{n}.name: [required]: The internal name assigned to this serverhaproxy_backend.{n}.server.{n}.listen: [required]: Defines a listening address and/or portshaproxy_backend.{n}.server.{n}.param: [optional]: A list of parameters for this serverhaproxy_backend.{n}.server_template: [optional]: Server template declarationshaproxy_backend.{n}.server_template.name: [required]: A prefix for the server names to be built.haproxy_backend.{n}.server_template.num: [required]: Number or range of servers. If specified as<num>, this template initializes<num>servers with 1 up to<num>as server name suffixes. If specified as<num_low>-<num_high>, initializes with<num_low>up to<num_high>as server name suffixes.haproxy_backend.{n}.server_template.fqdn: [required]: A FQDN for all the servers this template initializeshaproxy_backend.{n}.server_template.port: [optional]: Port specificationhaproxy_backend.{n}.server_template.{n}.param: [optional]: A list of parameters for this server templatehaproxy_backend.{n}.server_dynamic: [optional]: Dynamic backend server declarationhaproxy_backend.{n}.server_dynamic.{n}.group: [required]: An ansible group containing hosts to be added as backend servers. Usesinventory_hostnamefor name and eitheransible_host(if defined) orinventory_hostnamefor the listen address of each host.haproxy_backend.{n}.server_dynamic.{n}.listen_port: [optional]: The port to use with each dynamic backend (translates tolisten <ansible_host/inventory_hostname>:<listen_port>).haproxy_backend.{n}.server_dynamic.{n}.param: [optional]: A list of parameters to apply on each backend server.haproxy_backend.{n}.retry_on: [optional, default[]]: Specify when to attempt to automatically retry a failed request. Provide a list of keywords or HTTP status codes, each representing a type of failure event on which an attempt to retry the request is desired. For details, see HAProxy documentation.haproxy_backend.{n}.retries: [optional]: Number of retries to perform on a server after a connection failurehaproxy_backend.{n}.email_alert: [default:[]]: Specify email alerts optionhaproxy_backend.{n}.email_alert.{n}.code: [required]: Email alert key can be : mailers, from, to or levelhaproxy_backend.{n}.email_alert.{n}.value: [required]: Email alert key valuehaproxy_backend.{n}.errorfile: [optional]: Errorfile declarationshaproxy_backend.{n}.errorfile.{n}.code: [required]: The HTTP status code. Currently, HAProxy is capable of generating codes 200, 400, 403, 408, 500, 502, 503, and 504 (e.g.400)haproxy_backend.{n}.errorfile.{n}.file: [required]: A file containing the full HTTP response (e.g/etc/haproxy/errors/400.http)haproxy_backend.{n}.default_server_params: [optional]: Default server params applied for each server for this particular backend entry.haproxy_backend.{n}.raw_options: [default:[]]: Additional arbitrary lines to insert in the sectionhaproxy_userlists: [default:[]]: Userlist declarationshaproxy_userlists.{n}.name: [required]: The name of the userlisthaproxy_userlists.{n}.users: [required] Userlist users declarationshaproxy_userlists.{n}.users.{n}.name: [required] The username of this userhaproxy_userlists.{n}.users.{n}.password: [optional] Password hash of this user. One ofpasswordorinsecure_passwordmust be sethaproxy_userlists.{n}.users.{n}.insecure_password: [optional] Plaintext password of this user. One ofpasswordorinsecure_passwordmust be sethaproxy_userlists.{n}.users.{n}.groups: [optional] List of groups to add the user tohaproxy_resolvers: [default:[]]: Resolvers (name servers) declarationshaproxy_resolvers.{n}.name: [required]: The name of the name server listhaproxy_resolvers.{n}.nameservers: [required] list of DNS servershaproxy_resolvers.{n}.nameservers.{n}.name: [required] label of the server, should be uniquehaproxy_resolvers.{n}.nameservers.{n}.listen: [required] Defines a listening address and/or ports, e.g.8.8.8.8:53haproxy_resolvers.{n}.accepted_payload_size: [optional]: Defines the maximum payload size (in bytes) accepted by HAProxy and announced to all the name servers configured in this resolvers section. If not set, HAProxy announces 512. (minimal value defined by RFC 6891)haproxy_resolvers.{n}.parse_resolv_conf: [optional]: If set totrue, adds all nameservers found in/etc/resolv.confto this resolver's nameservers list.haproxy_resolvers.{n}.resolve_retries: [optional]: Defines the number of queries to send to resolve a server name before giving up.haproxy_resolvers.{n}.hold: [optional]: A list of directives defining<period>during which the last name resolution should be kept based on last resolution<status>.haproxy_resolvers.{n}.hold.{status}: [optional]: hold directives in<status>:<period>format. Key must be one of (nx,other,refused,timeout,valid,obsolete). Value is interval between two successive name resolutions in HAProxy time format.haproxy_resolvers.{n}.timeout: [optional]: Defines timeouts related to name resolutionhaproxy_resolvers.{n}.timeout.{event}: [optional]: timeout directives in<event>:<time>format. Key must be one of (resolve,retry). Value is time related to the event in the HAProxy time format.haproxy_acl_files: [default:[]]: ACL file declarationshaproxy_acl_files.{n}.dest: [required]: The remote path of the file (e.g./etc/haproxy/acl/api.map)haproxy_acl_files.{n}.content: [default:[]]: The content (lines) of the file (e.g.['v1.0 be_alpha', 'v1.1 be_bravo'])haproxy_letsencrypt_ssl_deploy_template: [default:usr/local/bin/haproxy-letsencrypt-ssl-deploy.j2]: Template to deploy SSL certificates after creation and renewal by Letsencrypthaproxy_letsencrypt_ssl_first_cert: [default:inventory_hostname]: Name of the certificate that should be the firsthaproxy_letsencrypt_ssl_src_path: [default:/etc/letsencrypt/live]: Path to the directory with the certificates (in directories)haproxy_letsencrypt_ssl_fullchain_name: [default:fullchain.pem]: Filename of the fullchain certificatehaproxy_letsencrypt_ssl_chain_name: [default:chain.pem]: Filename of the chain certificatehaproxy_letsencrypt_ssl_privkey_name: [default:privkey.pem]: Filename of the private keyhaproxy_letsencrypt_ssl_cert_name: [default:cert.pem]: Filename of the certificatehaproxy_letsencrypt_ocsp_deploy_template: [default:usr/local/bin/haproxy-letsencrypt-ocsp-deploy.j2]: Template to deploy OCSP certificates after creation, renewal (by Letsencrypt) and dailyhaproxy_letsencrypt_ocsp_deploy_job: [optional]: OCSP deploy job (scheduled bycron.d)haproxy_letsencrypt_ocsp_deploy_job.state: [default:absent]: Whether to ensure the job is present or absenthaproxy_letsencrypt_ocsp_deploy_job.day: [default:*]: Day of the month the job should run (1-31,*,*/2)haproxy_letsencrypt_ocsp_deploy_job.hour: [default:0]: Hour when the job should run (e.g.0-23,*,*/2)haproxy_letsencrypt_ocsp_deploy_job.minute: [default:0]: Minute when the job should run (e.g.0-59,*,*/2)haproxy_letsencrypt_ocsp_deploy_job.month: [default:*]: Month of the year the job should run (e.g1-12,*,*/2)haproxy_letsencrypt_ocsp_deploy_job.weekday: [default:*]: Day of the week that the job should run (e.g.0-6for Sunday-Saturday,*)haproxy_cache: [default:[]]: Caching declarationshaproxy_cache.{n}.name: [required]: The name of the cachehaproxy_cache.{n}.total_max_size: [optional]: Max size (in MB) of the cachehaproxy_cache.{n}.max_object_size: [optional]: Max size (in MB) of any single object in the cachehaproxy_cache.{n}.max_age: [optional]: Max age (in seconds) to hold an item in cachehaproxy_program: [default:[]]: Program declarationshaproxy_program.{n}.name: [required]: The name of the programhaproxy_program.{n}.command: [optional]: Command to executehaproxy_program.{n}.option: [default:[]]: Options to enablehaproxy_program.{n}.no_option: [default:[]]: Options to inverse/disablehaproxy_mailers: [default:[]]: Mailers declarationshaproxy_mailers.{n}.name: [required]: The name of the mailers grouphaproxy_mailers.{n}.servers: [default:[]]: SMTP servers declarationshaproxy_mailers.{n}.servers.{n}.name: [required]: SMTP server namehaproxy_mailers.{n}.servers.{n}.host: [required]: SMTP server hosthaproxy_mailers.{n}.servers.{n}.port: [default:25]: SMTP server name port
Dependencies
None
SSL Termination 1
- Single core
- Multiple certificates (SNI)
- Global monitoring
- Multiple web servers
---
- hosts: all
roles:
- oefenweb.haproxy
vars:
haproxy_ssl_map:
- src: ../../../files/haproxy/etc/haproxy/ssl/star-example0-com.pem
dest: /etc/ssl/private/star-example0-com.pem
- src: ../../../files/haproxy/etc/haproxy/ssl/star-example1-com.pem
dest: /etc/ssl/private/star-example1-com.pem
- src: ../../../files/haproxy/etc/haproxy/ssl/star-example2-com.pem
dest: /etc/ssl/private/star-example2-com.pem
haproxy_listen:
- name: stats
description: Global statistics
bind:
- listen: '0.0.0.0:1936'
param:
- ssl
- 'crt star-example0-com.pem'
mode: http
stats:
enable: true
uri: /
options:
- hide-version
- show-node
admin: if LOCALHOST
refresh: 5s
auth:
- user: admin
passwd: 'NqXgKWQ9f9Et'
haproxy_frontend:
- name: http
description: Front-end for all HTTP traffic
bind:
- listen: "{{ ansible_eth0['ipv4']['address'] }}:80"
mode: http
redirect:
- string: 'scheme https code 301'
cond: 'if !{ ssl_fc }'
default_backend: webservers
- name: https
description: Front-end for all HTTPS traffic
bind:
- listen: "{{ ansible_eth0['ipv4']['address'] }}:443"
param:
- ssl
- 'crt star-example1-com.pem'
- 'crt star-example2-com.pem'
mode: http
default_backend: webservers
rspadd:
- string: 'Strict-Transport-Security:\ max-age=15768000'
haproxy_backend:
- name: webservers
description: Back-end with all (Apache) webservers
mode: http
balance: roundrobin
option:
- forwardfor
- 'httpchk HEAD / HTTP/1.1\r\nHost:localhost'
http_request:
- action: 'set-header'
param: 'X-Forwarded-Port %[dst_port]'
- action: 'add-header'
param: 'X-Forwarded-Proto https'
cond: 'if { ssl_fc }'
server:
- name: web-01
listen: "{{ ansible_lo['ipv4']['address'] }}:8001"
param:
- 'maxconn 501'
- check
- name: web-02
listen: "{{ ansible_lo['ipv4']['address'] }}:8002"
param:
- 'maxconn 502'
- check
- name: web-03
listen: "{{ ansible_lo['ipv4']['address'] }}:8003"
param:
- 'maxconn 503'
- check
#
# This will execute http checks against different port than server is pointing to.
- name: brokers
mode: tcp
balance: first
option:
- 'httpchk GET /'
default_server_params:
- port 8161
- inter 2s
- downinter 5s
- rise 3
- fall 2
server:
- name: mqtt-1
listen: "{{ ansible_lo['ipv4']['address'] }}:1883"
param:
- check
- name: mqtt-2
listen: "{{ ansible_lo['ipv4']['address'] }}:1883"
param:
- check
- backup
SSL Termination 2
- Multi core
- Multiple certificates (SNI)
- Global monitoring
- Multiple web servers
- hosts: all
roles:
- oefenweb.haproxy
vars:
haproxy_global_stats_sockets_default_param:
- 'mode 660'
- 'level admin'
haproxy_global_stats:
sockets:
- listen: /run/haproxy/admin-1.sock
param: "{{ haproxy_global_stats_sockets_default_param + ['process 1'] }}"
- listen: /run/haproxy/admin-2.sock
param: "{{ haproxy_global_stats_sockets_default_param + ['process 2'] }}"
- listen: /run/haproxy/admin-3.sock
param: "{{ haproxy_global_stats_sockets_default_param + ['process 3'] }}"
- listen: /run/haproxy/admin-4.sock
param: "{{ haproxy_global_stats_sockets_default_param + ['process 4'] }}"
timeout: 30s
haproxy_global_nbproc: 4
haproxy_ssl_map:
- src: ../../../files/haproxy/etc/haproxy/ssl/star-example0-com.pem
dest: /etc/ssl/private/star-example0-com.pem
- src: ../../../files/haproxy/etc/haproxy/ssl/star-example1-com.pem
dest: /etc/ssl/private/star-example1-com.pem
- src: ../../../files/haproxy/etc/haproxy/ssl/star-example2-com.pem
dest: /etc/ssl/private/star-example2-com.pem
haproxy_listen:
- name: stats
description: Global statistics
bind:
- listen: "{{ ansible_eth0['ipv4']['address'] }}:1936"
param:
- ssl
- 'crt star-example0-com.pem'
bind_process:
- 1
mode: http
stats:
enable: true
uri: /
options:
- hide-version
- show-desc
refresh: 5s
admin: if TRUE
auth:
- user: admin
passwd: 'NqXgKWQ9f9Et'
- name: ssl-proxy
description: Proxy for all HTTPS traffic
bind:
- listen: "{{ ansible_eth0['ipv4']['address'] }}:443"
param:
- ssl
- 'crt star-example1-com.pem'
- 'crt star-example2-com.pem'
bind_process:
- 2
- 3
- 4
acl:
- string: secure dst_port eq 443
mode: http
server:
- name: "{{ inventory_hostname }}"
listen: "{{ ansible_lo['ipv4']['address'] }}:80"
param:
- send-proxy
rspadd:
- string: 'Strict-Transport-Security:\ max-age=15768000'
rsprep:
- string: '^Set-Cookie:\ (.*) Set-Cookie:\ \1;\ Secure'
cond: if secure
haproxy_frontend:
- name: http
description: Front-end for all HTTP traffic
bind:
- listen: "{{ ansible_eth0['ipv4']['address'] }}:80"
- listen: "{{ ansible_lo['ipv4']['address'] }}:80"
param:
- accept-proxy
bind_process:
- 1
mode: http
default_backend: webservers
haproxy_backend:
- name: webservers
description: Back-end with all (Apache) webservers
bind_process:
- 1
mode: http
balance: roundrobin
option:
- forwardfor
- 'httpchk HEAD / HTTP/1.1\r\nHost:\ localhost'
http_request:
- action: 'set-header'
param: 'X-Forwarded-Port %[dst_port]'
- action: 'add-header'
param: 'X-Forwarded-Proto https'
cond: 'if { dst_port 443 }'
server:
- name: web-01
listen: "{{ ansible_lo['ipv4']['address'] }}:8001"
param:
- 'maxconn 501'
- check
- name: web-02
listen: "{{ ansible_lo['ipv4']['address'] }}:8002"
param:
- 'maxconn 502'
- check
- name: web-03
listen: "{{ ansible_lo['ipv4']['address'] }}:8003"
param:
- 'maxconn 503'
- check
Memcached (frontend / backend)
---
- hosts: all
roles:
- oefenweb.haproxy
vars:
haproxy_frontend:
- name: memcached
bind:
- listen: '127.0.0.1:11211'
mode: tcp
option:
- dontlog-normal
default_backend: memcached-servers
haproxy_backend:
- name: memcached-servers
mode: tcp
option:
- dontlog-normal
balance: roundrobin
server:
- name: memcached-01
listen: '127.0.1.1:11211'
param:
- check
- name: memcached-02
listen: '127.0.2.1:11211'
param:
- check
- backup
Redis (listen)
---
- hosts: all
roles:
- oefenweb.haproxy
vars:
haproxy_listen:
- name: redis
description: Redis servers
bind:
- listen: '127.0.0.1:6379'
mode: tcp
option:
- dontlog-normal
- tcplog
- tcp-check
tcp_check:
- 'send PING\r\n'
- 'expect string +PONG'
- 'send QUIT\r\n'
- 'expect string +OK'
balance: roundrobin
server:
- name: redis-01
listen: '127.0.1.1:6379'
param:
- check
- name: redis-02
listen: '127.0.2.1:6379'
param:
- check
- backup
Overriding configuration template
If you can't customize via variables because an option isn't exposed, you can override the template used to generate the haproxy configuration file.
haproxy_conf_template: "etc/haproxy/haproxy.cfg.j2"
You can either copy and modify the provided template, or extend it with Jinja2 template inheritance and override the specific template block you need to change.
License
MIT
Author Information
Mischa ter Smitten (based on work of FloeDesignTechnologies)
Feedback, bug-reports, requests, ...
Are welcome!
ansible-galaxy install Oefenweb.haproxy