Ansible role for Varnish
Ansible Role that installs and configure Varnish 3.x on Debian/Ubuntu.
Use hash behavior for variables in ansible.cfg
See example: https://github.com/Aplyca/ansible-role-varnish/blob/master/tests/ansible.cfg
See official docs: http://docs.ansible.com/intro_configuration.html#hash-behaviour
Using ansible galaxy:
ansible-galaxy install aplyca.Varnish
You can add this role as a dependency for other roles, add the role to the meta/main.yml file of your own role:
dependencies:
- { role: aplyca.Varnish }
See default variables: https://github.com/Aplyca/ansible-role-varnish/blob/master/defaults/main.yml
None.
tests/vagrant.sh
tests/docker.sh
You should see the Varnish cache running on http://localhost:6081
MIT / BSD
Mauricio Sánchez from Aplyca SAS (http://www.aplyca.com)