mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			364 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			364 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
application_id:                 desk-nextcloud
 | 
						|
nextcloud_user_home_directory:  "/home/{{ users[desktop_username].username }}/"
 | 
						|
nextcloud_cloud_fqdn:           "{{ applications | get_app_conf(application_id, 'cloud_fqdn') }}"
 | 
						|
nextcloud_cloud_directory:      '{{nextcloud_user_home_directory}}Clouds/{{nextcloud_cloud_fqdn}}/{{ users[desktop_username].username }}/'
 |