@@ -6,3 +6,4 @@ sandbox/
commands.txt
dev/.vagrant/
dev/provisioning/ansible/hosts
+dev/tools/nextcloud-S3-migration/s3_test.py
@@ -191,5 +191,5 @@ Examples:
```bash
ansible -v -i '192.168.64.68,' --key-file /home/nextcloud/Documents/Secure/Unix/ssh/id_rsa_pedro -u rocky -b -m setup all
-ansible-playbook -v -i provisioning/ansible/hosts_openstack -b provisioning/ansible/nextcloud_aio.yml
+ansible-playbook -v -i provisioning/ansible/hosts_openstack -b provisioning/ansible/nextcloud_cism.yml
```
@@ -31,7 +31,8 @@
- role: nextcloud
vars:
ansible_become_pass: ""
- NEXTCLOUD_VERSION: "24.0.4"
+ NEXTCLOUD_VERSION: "25.0.6"
+ nc_data_dir: /storage/nextcloud/data
objectstore_s3_install: false
#objectstore_s3_key: "229ZJOPCR6JHHU4HIP69"
#objectstore_s3_secret: "xCnx98XN39fDKh3ACGQ9XuDJEOw7PRBxyFW4KjRs"
@@ -20,8 +20,14 @@
state: present
roles:
#- role: mariadb
+ # vars:
+ # mariadb_datadir: "/storage/nextcloud/mysql"
#- role: web_php
+ vars:
+ objectstore_s3_install: false
environment:
http_proxy: "http://proxy.sipr.ucl.ac.be:889"
https_proxy: "http://proxy.sipr.ucl.ac.be:889"
@@ -1,6 +1,6 @@
---
# [INSTALL_CONFIG]
-NEXTCLOUD_VERSION: "25.0.4"
+NEXTCLOUD_VERSION: "25.0.6"
NEXTCLOUD_TARBALL: "nextcloud-{{ NEXTCLOUD_VERSION }}.tar.bz2"
NEXTCLOUD_URL: "https://download.nextcloud.com/server/releases/{{ NEXTCLOUD_TARBALL }}"
NEXTCLOUD_GPG: "https://nextcloud.com/nextcloud.asc"