mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 17:21:09 +02:00
5 lines
338 B
YAML
5 lines
338 B
YAML
application_id: desk-nextcloud
|
|
nextcloud_user_home_directory: "/home/{{users.client.username}}/"
|
|
nextcloud_cloud_fqdn: "{{ applications | get_app_conf(application_id, 'cloud_fqdn') }}"
|
|
nextcloud_cloud_directory: '{{nextcloud_user_home_directory}}Clouds/{{nextcloud_cloud_fqdn}}/{{users.client.username}}/'
|