ansible-roles/varnish/defaults/main.yml
Ludovic Poujol aec5406043
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2786|4|2782|6|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/273//ansiblelint">Evolix » ansible-roles » unstable #273</a>
gitea/ansible-roles/pipeline/head This commit looks good
varnish: Allow the systemd template to be overriden with a template outside of the role
2023-06-19 16:09:40 +02:00

26 lines
589 B
YAML

---
varnish_addresses:
- 0.0.0.0:80
varnish_management_address: localhost:6082
varnish_malloc_size: "2G"
varnish_storage: malloc,{{ varnish_malloc_size }}
varnish_thread_pools: "{{ ansible_processor_cores * ansible_processor_count }}"
varnish_thread_pool_add_delay: 0
varnish_thread_pool_min: 500
varnish_thread_pool_max: 5000
varnish_jail: "unix,user=vcache"
varnish_additional_options: ""
varnish_systemd_override_template: Null
varnish_config_file: /etc/varnish/default.vcl
varnish_update_config: true
varnish_secret_file: /etc/varnish/secret
varnish_tmp_dir: /var/tmp-vcache