roles/nginx: Use template for nginx repo

A template is better than ansible's `apt_repository` module because
we can idempotently control the contents of the file based on vari-
ables.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-05-25 00:15:49 +03:00
parent aa5a9f5dd8
commit 3746e798b6
3 changed files with 11 additions and 6 deletions

View File

@ -13,4 +13,8 @@ nginx_tls_protocols: TLSv1 TLSv1.1 TLSv1.2
# TLS key directory
tls_key_dir: /etc/ssl/private
# stable is 1.8.x
# mainline is 1.9.x
nginx_version: mainline
# vim: set ts=2 sw=2: