mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 01:35:06 +02:00
4 lines
379 B
YAML
4 lines
379 B
YAML
application_id: "web-svc-asset" # Application identifier
|
|
source_directory: "{{ applications | get_app_conf(application_id, 'source_directory', True) }}/" # Source directory from which the files are coming from
|
|
target_directory: "{{ NGINX.DIRECTORIES.DATA.FILES }}assets" # Directory to which the files will be copied
|