Allow passing in ssl properties such as path to the TLS keys to the apache configuration
This commit is contained in:
parent
a8b4d634c0
commit
a80b81dfdb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue