Ansible role providing standalone varnish deployment
- None
varnish_port
(80) - port varnish should bind tovarnish_mgmt_port
(6082) - port varnish mgmt should bind tovarnish_mgmt_addr
(localhost) - bind address for varnish mgmtvarnish_cache_size
(2g) - size of cachevarnish_vcl_file
(/etc/varnish/default.vcl) - path to varnish vclvarnish_secret_file
(/etc/varnish/secret) - path to varnish secretvarnish_secret
(bigsecret) - secret for varnish
- None
- hosts: caches
become: true
roles:
- { role: revenni.varnish, tags: varnish }
MIT