Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aplyca/ansible-role-varnish
Ansible role for Varnish
https://github.com/aplyca/ansible-role-varnish
ansible ansible-galaxy ansible-role automation cache ubuntu varnish varnish-cache
Last synced: 4 days ago
JSON representation
Ansible role for Varnish
- Host: GitHub
- URL: https://github.com/aplyca/ansible-role-varnish
- Owner: Aplyca
- License: mit
- Created: 2014-10-21T16:53:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T01:52:46.000Z (almost 6 years ago)
- Last Synced: 2024-03-25T23:49:27.924Z (8 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, automation, cache, ubuntu, varnish, varnish-cache
- Language: Shell
- Size: 32.2 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Varnish 3.x
[![Build Status](https://travis-ci.org/Aplyca/ansible-role-varnish.svg?branch=master)](https://travis-ci.org/Aplyca/ansible-role-varnish)
[![Circle CI](https://circleci.com/gh/Aplyca/ansible-role-varnish.svg?style=svg)](https://circleci.com/gh/Aplyca/ansible-role-varnish)
Ansible Role that installs and configure Varnish 3.x on Debian/Ubuntu.## Requirements
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## Installation
Using ansible galaxy:
```bash
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:
```yaml
dependencies:
- { role: aplyca.Varnish }
```## Role Variables
See default variables: https://github.com/Aplyca/ansible-role-varnish/blob/master/defaults/main.yml
## Dependencies
None.
## Testing
### Using Vagrant:```bash
tests/vagrant.sh
```
### Using Docker:```bash
tests/docker.sh
```
You should see the Varnish cache running on http://localhost:6081## License
MIT / BSD
## Author Information
Mauricio Sánchez from Aplyca SAS (http://www.aplyca.com)