♻: move nextcloud to app dir
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
This commit is contained in:
@@ -5,4 +5,20 @@ nextcloud_url: "https://download.nextcloud.com/server/releases/nextcloud-{{ next
|
||||
|
||||
nextcloud_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'nextcloud') | map(attribute='host') | first }}"
|
||||
|
||||
nextcloud_home: "/srv/http/{{ nextcloud_access_url }}"
|
||||
# Access path
|
||||
nextcloud_app_home: "/var/www/{{ nextcloud_access_url }}"
|
||||
nextcloud_data_home: "/srv/www-data/{{ nextcloud_access_url }}"
|
||||
|
||||
# App dirs
|
||||
nextcloud_writable_app_dirs:
|
||||
- apps
|
||||
- config
|
||||
nextcloud_userdata_app_dirs:
|
||||
- data
|
||||
|
||||
# Supplementary modules
|
||||
nextcloud_modules:
|
||||
- name: calendar
|
||||
- name: tasks
|
||||
- name: user_external
|
||||
force: true
|
||||
|
Reference in New Issue
Block a user