mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-01 23:04:15 +02:00
4 lines
355 B
YAML
4 lines
355 B
YAML
application_id: "assets_server" # Application identifier
|
|
source_directory: "{{ applications[application_id].source_directory }}/" # Source directory from which the files are coming from
|
|
target_directory: "{{ nginx.directories.data.files }}assets" # Directory to which the files will be copied
|