ansible-roles/varnish/defaults/main.yml

20 lines
455 B
YAML
Raw Normal View History

2016-11-15 20:00:26 +01:00
---
varnish_addresses:
2020-06-14 19:47:16 +02:00
- 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_config_file: /etc/varnish/default.vcl
varnish_secret_file: /etc/varnish/secret