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

@ -14,3 +14,9 @@
shell: 'openssl dhparam -out {{ cert_dhparam }} {{ cert_dhparam_n }}'
args:
creates: '{{ cert_dhparam }}'
- name: Set facts about generated files.
set_fact:
'{{ cert_name }}_ssl_key': '{{ cert_key }}'
'{{ cert_name }}_ssl_certificate': '{{ cert_certificate }}'
'{{ cert_name }}_ssl_dhparam': '{{ cert_dhparam }}'