ansible-roles/haproxy/defaults/main.yml

7 lines
235 B
YAML
Raw Normal View History

2017-07-13 09:47:29 +02:00
---
# backward compatibility with a previously used variable
haproxy_backports: "{{ haproxy_jessie_backports | default(false, true) }}"
2018-02-13 16:35:55 +01:00
haproxy_stats_url: "http://127.0.0.1:8080/"
haproxy_update_config: True
haproxy_force_config: True