Installs the Varnish basic auth VMOD (https://www.varnish-cache.org/vmod/basicauth).
Tested with Ubuntu 14.04
N/A
Below are the variables used in this role and their defaults:
varnish_version: 4.0.3
varnish_basic_auth_vmod_repo: http://git.gnu.org.ua/cgit/vmod-basicauth.git
The varnish_version is used to compile the vmod, so it must match the version of varnish you will be running.
N/A
- hosts: varnish
roles:
- { role: mnn.varnish-basicauth, varnish_version: 4.0.3 }
GPLv3
Written by Justin Caratzas [email protected] for Mother Nature Network.