feat: allow zoneminder's apache config to contain the FQDN
This commit is contained in:
		
							parent
							
								
									a80b81dfdb
								
							
						
					
					
						commit
						667ac2f91e
					
				|  | @ -20,7 +20,7 @@ | ||||||
| - name: ZoneMinder | Debian | Webserver | Adding apache app-config | - name: ZoneMinder | Debian | Webserver | Adding apache app-config | ||||||
|   ansible.builtin.template: |   ansible.builtin.template: | ||||||
|     src: 'templates/etc/apache2/sites-available/zoneminder.conf.j2' |     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.name | default('zoneminder')}}_app.conf" | ||||||
|     owner: 'root' |     owner: 'root' | ||||||
|     group: 'root' |     group: 'root' | ||||||
|     mode: 0644 |     mode: 0644 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue