Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angristan/ansible-varnish
- Owner: angristan
- License: mit
- Created: 2019-09-02T08:08:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T12:25:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T22:16:16.890Z (18 days ago)
- Topics: ansible, debian, ubuntu, varnish
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```