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

@ -9,13 +9,6 @@
- php5-curl
tags: php5-fpm
- name: Copy php5-fpm pool config
template: src=pool.conf.j2 dest=/etc/php5/fpm/pool.d/{{ item.nginx_domain_name }}.conf owner=root group=root mode=0644
with_items: nginx_vhosts
when: nginx_vhosts is defined
notify: restart php5-fpm
tags: php5-fpm
- name: Copy php5-fpm pool config
template: src=pool.conf.j2 dest=/etc/php5/fpm/pool.d/{{ item.nginx_domain_name }}.conf owner=root group=root mode=0644
with_items: nginx_tls_vhosts