summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-tomnext-nc.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-08-14 00:49:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-08-14 00:49:06 +0200
commitb52784dbb0834b21f5ee722c67145e1c53e91361 (patch)
treeb98200abef5411c7e32ce5408739d0f54f44a464 /inventory/host_vars/sk-tomnext-nc.yml
parentch-mc(lr|br): configure systemd-timesyncd for NTP (diff)
upgrade nextcloud instances
Diffstat (limited to 'inventory/host_vars/sk-tomnext-nc.yml')
-rw-r--r--inventory/host_vars/sk-tomnext-nc.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml
index dc830201..47447048 100644
--- a/inventory/host_vars/sk-tomnext-nc.yml
+++ b/inventory/host_vars/sk-tomnext-nc.yml
@@ -117,7 +117,7 @@ nextcloud_zfs:
nextcloud_instances:
team.tomwaitz.eu:
# new: true
- version: 26.0.3
+ version: 27.0.2
port: 8100
hostnames:
- team.tomwaitz.eu
@@ -130,7 +130,8 @@ nextcloud_instances:
custom_image:
dockerfile: |
RUN set -x \
- && sed 's/main$/main contrib non-free/' -i /etc/apt/sources.list \
+ && if [ -e "/etc/apt/sources.list" ]; then sed 's/main$/main contrib non-free/' -i /etc/apt/sources.list; fi \
+ && if [ -e "/etc/apt/sources.list.d/debian.sources" ]; then sed 's/^Components: main$/Components: main contrib non-free/' -i /etc/apt/sources.list.d/debian.sources; fi \
&& apt-get update -q \
&& apt-get install -y -q unrar \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*