mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00: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
 |