Add the default 'haproxy_loglevel'

This commit is contained in:
Andrea Dell'Amico 2020-10-14 18:18:14 +02:00
parent 23eb9a7b57
commit 855ab113e0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ haproxy_debian_latest_repo: "deb http://haproxy.debian.net {{ ansible_lsb.codena
haproxy_ubuntu_latest_repo: "ppa:vbernat/haproxy-{{ haproxy_version }}"
haproxy_pkg_state: present
haproxy_enabled: True
haproxy_loglevel: info
haproxy_k_bind_non_local_ip: True
haproxy_docker_container: False
haproxy_docker_version: '{{ haproxy_version }}.4'