mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Raw refactoring of roles
This commit is contained in:
4
roles/nginx-serve-assets/templates/configuration.yml.j2
Normal file
4
roles/nginx-serve-assets/templates/configuration.yml.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
assets_server:
|
||||
source_directory: "{{ playbook_dir }}/assets" # Directory from which the assets will be copied
|
||||
url: "{{ web_protocol }}://{{domains.file_server}}/assets" # Public address of the assets directory
|
Reference in New Issue
Block a user