summaryrefslogtreecommitdiff
path: root/roles/apps/nextcloud/tasks/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-17 22:47:48 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-17 22:47:48 +0200
commit30b03ed29bbdc276efc1dbd3322e6563c65f6f42 (patch)
tree37b1a560d736f15f14a5f6d95e9178f751852b77 /roles/apps/nextcloud/tasks/main.yml
parentjitsi-meet: actually use real secrets (diff)
parentsk-cloudia: switch to improved portmapping (diff)
Merge branch 'topic/kubernetes-standalone-portmap-fix'
Diffstat (limited to 'roles/apps/nextcloud/tasks/main.yml')
-rw-r--r--roles/apps/nextcloud/tasks/main.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/apps/nextcloud/tasks/main.yml b/roles/apps/nextcloud/tasks/main.yml
index 7d52be32..68e9dc78 100644
--- a/roles/apps/nextcloud/tasks/main.yml
+++ b/roles/apps/nextcloud/tasks/main.yml
@@ -12,7 +12,7 @@
- name: create zfs volumes for instances
loop: "{{ nextcloud_instances | dict2items }}"
loop_control:
- label: "{{ item.key }} ({{ item.value.quota }})"
+ label: "{{ item.key }} ({{ item.value.quota | default('-') }})"
zfs:
name: "{{ nextcloud_zfs.pool }}/{{ nextcloud_zfs.name }}/{{ item.key }}"
state: present
@@ -174,7 +174,8 @@
prompt: |
************* {{ item.key }} is a new instance
**
- ** Please run the following commands to finalize the installation
+ ** Go to https://{{ item.value.hostnames[0] }} and finalize the
+ ** installation. After that run the following commands:
**
** $ nextcloud-occ {{ item.key }} db:add-missing-indices
** $ nextcloud-occ {{ item.key }} db:convert-filecache-bigint