From a80b81dfdbea35bda76636458aacb99fcb0ff164 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 10 Mar 2023 15:50:39 -0600 Subject: [PATCH] Allow passing in ssl properties such as path to the TLS keys to the apache configuration --- tasks/debian/web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/debian/web.yml b/tasks/debian/web.yml index e159663..dcc4e4f 100644 --- a/tasks/debian/web.yml +++ b/tasks/debian/web.yml @@ -8,6 +8,7 @@ security: "{{ ZM_CONFIG.apache.security }}" modules: present: "{{ ZM_HC.apache.modules }}" + ssl: "{{ ZM_CONFIG.apache.ssl }}" sites: zoneminder: "{{ zm_apache_path | combine(ZM_CONFIG.apache, recursive=true) }}" no_log: true