Change pattern from nginx_tls_vhosts→nginx_vhosts

All hosts should have TLS now, whether self-signed "snakeoil" certs
or otherwise.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-12-09 23:54:18 +02:00
parent 27a4abfcfd
commit dc5c09036c
3 changed files with 0 additions and 31 deletions

View File

@ -27,11 +27,6 @@
- name: Create fastcgi cache dir
file: path=/var/cache/nginx/cached/fastcgi state=directory owner=nginx group=nginx mode=0755
tags: nginx
- include: vhosts.yml
when: nginx_vhosts is defined
tags: nginx
- include: tls_vhosts.yml
when: nginx_tls_vhosts is defined