mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2023-03-02 21:00
This commit is contained in:
parent
bb68dae0f6
commit
0607da8586
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version of Nomad to install
|
# Version of Nomad to install
|
||||||
nomad_version: 1.4.4
|
nomad_version: 1.5.0
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
|
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
nomad_archive_sha256: 63bbb4c1d7c3da7a68dd1e3eed301a4edecf0930b2c5efe4940200ed9c73e350
|
nomad_archive_sha256: 3f629ca10452f755580d238f95c0844d7ee9d9c3715f54fb4403fc85b219b720
|
||||||
|
|
||||||
# List of plugins to install
|
# List of plugins to install
|
||||||
nomad_plugins:
|
nomad_plugins:
|
||||||
|
@ -10,3 +10,8 @@ TemplateDir /usr/share/c_icap/templates/
|
|||||||
{% if squid_scan_av %}
|
{% if squid_scan_av %}
|
||||||
Service squidclamav squidclamav.so
|
Service squidclamav squidclamav.so
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
MaxKeepAliveRequests 1000
|
||||||
|
MaxServers 20
|
||||||
|
ThreadsPerChild 50
|
||||||
|
MaxRequestsPerChild 100000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user