ansible-roles/haproxy/defaults/main.yml
Jérémy Lecour 7fe89d2419
All checks were successful
continuous-integration/drone/push Build is passing
haproxy: add another variable for configuration
2019-10-11 21:24:32 +02:00

7 lines
235 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_update_config: True
haproxy_force_config: True