apache config-file (pr #1)
This commit is contained in:
parent
795de6fa81
commit
dfde3f73a0
|
|
@ -27,6 +27,7 @@ defaults_zm:
|
|||
|
||||
mode: 'serve' # DO NOT CHANGE!
|
||||
app_include: true # DO NOT CHANGE!
|
||||
file: 'zoneminder' # /etc/apache2/sites-available/site_${file}_app.conf
|
||||
|
||||
ssl: # see: https://github.com/ansibleguy/infra_certs
|
||||
mode: 'ca' # existing/selfsigned/ca/letsencrypt
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
- name: ZoneMinder | Debian | Webserver | Adding apache app-config
|
||||
ansible.builtin.template:
|
||||
src: 'templates/etc/apache2/sites-available/zoneminder.conf.j2'
|
||||
dest: '/etc/apache2/sites-available/site_zoneminder_app.conf'
|
||||
dest: "/etc/apache2/sites-available/site_{{ ZM_CONFIG.apache.file }}_app.conf"
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
mode: 0644
|
||||
|
|
|
|||
Loading…
Reference in New Issue