Changes in the template
This commit is contained in:
parent
07ef0c2f51
commit
0766007887
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ global
|
||||||
stats socket {{ salt['pillar.get']('haproxy:global:stats:socketpath', '/tmp/ha_stats.sock') }}
|
stats socket {{ salt['pillar.get']('haproxy:global:stats:socketpath', '/tmp/ha_stats.sock') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
# TODO: Make the following configurable from pillar
|
||||||
|
ssl-default-bind-options no-sslv3 no-tls-tickets force-tlsv12
|
||||||
|
ssl-default-bind-ciphers AES128+EECDH:AES128+EDH
|
||||||
|
tune.ssl.default-dh-param 2048
|
||||||
|
|
||||||
{%- for id, userlist in salt['pillar.get']('haproxy:userlists', {}).iteritems() %}
|
{%- for id, userlist in salt['pillar.get']('haproxy:userlists', {}).iteritems() %}
|
||||||
userlist {{ id }}
|
userlist {{ id }}
|
||||||
{%- for id, entry in userlist.iteritems() %}
|
{%- for id, entry in userlist.iteritems() %}
|
||||||
|
|
Loading…
Reference in a new issue