fix variables

This commit is contained in:
Robert Kaussow 2018-10-22 21:31:38 +02:00
parent 11a3fe5b59
commit 0c0ae8bdd2
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ nginx_tls_source_use_content: False
# If you enable nginx_tls_source_use_files theses variables have to contain the path to your
# certificate files located on the ansible "master" host
nginx_tls_source_use_files: True
nginx_tls_cert_source: mycert.pem
nginx_tls_key_source: mykey.pem
nginx_tls_cert_file: mycert.pem
nginx_tls_key_file: mykey.pem