mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 17:21:09 +02: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 }}/'
|