Add another missing variable. Fix a conditional
This commit is contained in:
parent
61e617a764
commit
4ec253321b
|
@ -40,6 +40,7 @@ haproxy_client_keepalive_timeout: 5184000s
|
||||||
haproxy_backend_maxconn: 2048
|
haproxy_backend_maxconn: 2048
|
||||||
haproxy_check_interval: 3s
|
haproxy_check_interval: 3s
|
||||||
haproxy_check_timeout: 2s
|
haproxy_check_timeout: 2s
|
||||||
|
haproxy_maxconns: 4096
|
||||||
|
|
||||||
haproxy_sysctl_conntrack_max: 131072
|
haproxy_sysctl_conntrack_max: 131072
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
- not haproxy_docker_container
|
- not haproxy_docker_container
|
||||||
|
|
||||||
- import_tasks: haproxy-docker-service.yml
|
- import_tasks: haproxy-docker-service.yml
|
||||||
when: not haproxy_docker_container
|
when: haproxy_docker_container
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Ensure that haproxy is enabled and started
|
- name: Ensure that haproxy is enabled and started
|
||||||
|
|
Loading…
Reference in New Issue