1
0

Add facts about ssl certificate installation

This commit is contained in:
2017-09-09 14:06:45 +03:00
parent 9634d7ab61
commit e80ca9292f
5 changed files with 14 additions and 17 deletions

View File

@ -39,10 +39,6 @@
cert_name: '{{ app_name }}'
cert_email: '{{ app_cert_email }}'
cert_domains: '{{ app_domains }}'
cert_directory: '{{ app_cert_directory }}'
cert_key: '{{ app_cert_key }}'
cert_certificate: '{{ app_cert_certificate }}'
cert_dhparam: '{{ app_dhparam_file }}'
when: app_cert
- name: 'Create web directory for {{ app_name }}.'