haproxy: add a backward compatible variable for backports

This commit is contained in:
Jérémy Lecour 2018-08-09 17:11:47 +02:00 committed by Jérémy Lecour
parent b9b0183ec5
commit fbc9bf3288

View file

@ -1,3 +1,4 @@
--- ---
haproxy_backports: False # 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_stats_url: "http://127.0.0.1:8080/"