Skip to content

Instantly share code, notes, and snippets.

@mwpastore
Last active January 29, 2017 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwpastore/0a30061d293b939365eccfc77141d487 to your computer and use it in GitHub Desktop.
Save mwpastore/0a30061d293b939365eccfc77141d487 to your computer and use it in GitHub Desktop.
- apt_key:
url: https://repo.varnish-cache.org/GPG-key.txt
- apt_repository:
repo: deb https://repo.varnish-cache.org/ubuntu/ {{ ansible_distribution_release }} varnish-4.1
filename: varnish-cache
- apt:
update_cache: yes
name: varnish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment