Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angristan/ansible-varnish

Simple Ansible role for Varnish on Debian/Ubuntu
https://github.com/angristan/ansible-varnish

ansible debian ubuntu varnish

Last synced: 15 days ago
JSON representation

Simple Ansible role for Varnish on Debian/Ubuntu

Awesome Lists containing this project

README

        

# Ansible role for Varnish

This is a simple role that will install Varnish on Debian/Ubuntu from the stock APT repo.

## Sample playbook

```yaml
---

- hosts: myhost
roles:
- name: varnish
tags: varnish
vars:
varnish_version: "6.2"
varnishncsa_x_forwarded_for_enabled: true # if varnish is behind a reverse proxy
```