ansible-roles/webapps/nextcloud/defaults/main.yml
Ludovic Poujol 4bb2edae69
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
webapp/nextcloud: Use latest version of branch 24
2022-09-01 12:46:37 +02:00

19 lines
579 B
YAML

---
nextcloud_version: "latest-24"
nextcloud_archive_name: "{{ nextcloud_version }}.tar.bz2"
nextcloud_releases_baseurl: "https://download.nextcloud.com/server/releases/"
nextcloud_instance_name: "nextcloud"
nextcloud_user: "{{ nextcloud_instance_name }}"
nextcloud_domains: []
nextcloud_home: "/home/{{ nextcloud_user }}"
nextcloud_webroot: "{{ nextcloud_home }}/nextcloud"
nextcloud_data: "{{ nextcloud_webroot }}/data"
nextcloud_db_user: "{{ nextcloud_user }}"
nextcloud_db_name: "{{ nextcloud_instance_name }}"
nextcloud_admin_login: "admin"
nextcloud_admin_password: ""