Allow passing in ssl properties such as path to the TLS keys to the apache configuration

This commit is contained in:
adam 2023-03-10 15:50:39 -06:00
parent a8b4d634c0
commit a80b81dfdb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
security: "{{ ZM_CONFIG.apache.security }}" security: "{{ ZM_CONFIG.apache.security }}"
modules: modules:
present: "{{ ZM_HC.apache.modules }}" present: "{{ ZM_HC.apache.modules }}"
ssl: "{{ ZM_CONFIG.apache.ssl }}"
sites: sites:
zoneminder: "{{ zm_apache_path | combine(ZM_CONFIG.apache, recursive=true) }}" zoneminder: "{{ zm_apache_path | combine(ZM_CONFIG.apache, recursive=true) }}"
no_log: true no_log: true