mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 07:15:43 +02:00
4 lines
242 B
Django/Jinja
4 lines
242 B
Django/Jinja
|
|
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 |