Add another missing variable. Fix a conditional

This commit is contained in:
Andrea Dell'Amico 2020-10-01 16:29:46 +02:00
parent 61e617a764
commit 4ec253321b
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ haproxy_client_keepalive_timeout: 5184000s
haproxy_backend_maxconn: 2048
haproxy_check_interval: 3s
haproxy_check_timeout: 2s
haproxy_maxconns: 4096
haproxy_sysctl_conntrack_max: 131072

View File

@ -16,7 +16,7 @@
- not haproxy_docker_container
- import_tasks: haproxy-docker-service.yml
when: not haproxy_docker_container
when: haproxy_docker_container
- block:
- name: Ensure that haproxy is enabled and started