Improve checks SSL/TLS + vhost

This commit is contained in:
Emilien Mantel
2016-01-12 14:40:09 +01:00
parent 9b6523a0b1
commit ccba868390

View File

@@ -1,5 +1,10 @@
---
- name: FAIL | Check vhost and SSL/TLS support
fail: msg="Missmatch configuration for vhost {{ item.name if item.name is string else item.name[0] }}"
when: 'https' in item.proto and item.ssl_name is not defined
with_items: nginx_vhosts
- name: FILE | Create root directory
file: >
path={{ nginx_root }}