kbrebanov / ansible-varnish

Ansible Varnish role

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Maintenance Intended

varnish

Build Status

Installs Varnish

Requirements

This role requires Ansible 1.9 or higher.

Role Variables

Name Default Description
varnish_version 4.1.1 Version of Varnish to install

Dependencies

None

Example Playbook

Install Varnish

- hosts: all
  roles:
    - kbrebanov.varnish

Install older version of Varnish

- hosts: all
  roles:
    - { role: kbrebanov.varnish, varnish_version: 3.0.5 }

License

BSD

Author Information

Kevin Brebanov

About

Ansible Varnish role

License:BSD 2-Clause "Simplified" License