ansible-roles/haproxy/defaults/main.yml
Jérémy Lecour edb5ace762
All checks were successful
continuous-integration/drone/push Build is passing
haproxy: add a variable to keep the existing configuration
2019-10-10 11:27:39 +02:00

6 lines
207 B
YAML

---
# backward compatibility with a previously used variable
haproxy_backports: "{{ haproxy_jessie_backports | default(false, true) }}"
haproxy_stats_url: "http://127.0.0.1:8080/"
haproxy_force_config: True