mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-29 04:23:34 +01: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
|