mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2024-04-05 10:01
This commit is contained in:
@@ -142,3 +142,11 @@ auto_encrypt {
|
||||
}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
limits {
|
||||
{% for key in ['http_max_conns_per_client'] %}
|
||||
{%- if consul_conf.limits[key] is defined %}
|
||||
{{ key }} = {{ consul_conf.limits[key] }}
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
}
|
||||
|
Reference in New Issue
Block a user