✨: add nextcloud webapps
This commit is contained in:
8
roles/nextcloud/vars/main.yml
Normal file
8
roles/nextcloud/vars/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
nextcloud_version: "30.0.6"
|
||||
nextcloud_url: "https://download.nextcloud.com/server/releases/nextcloud-{{ nextcloud_version }}.tar.bz2"
|
||||
|
||||
nextcloud_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'nextcloud') | map(attribute='host') | first }}"
|
||||
|
||||
nextcloud_local_path: "/srv/http/{{ nextcloud_access_url }}"
|
Reference in New Issue
Block a user