ssl-config passthrough (pr #1)
This commit is contained in:
parent
9372d827d5
commit
795de6fa81
|
|
@ -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