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:
@ -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:
|
||||
|
Reference in New Issue
Block a user