From 99a57f3dd3f788fd1d45e1858b2769cf47aab9c8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 13 Oct 2023 21:19:09 +0200 Subject: sk-(cloudio|tomnex-nc): upggade kubelet to 1.28.2 and add redis for nextcloud --- inventory/host_vars/sk-cloudio/nextcloud.yml | 24 +++++++++++++++++------- inventory/host_vars/sk-cloudio/vars.yml | 2 +- inventory/host_vars/sk-tomnext-nc.yml | 8 +++++--- 3 files changed, 23 insertions(+), 11 deletions(-) (limited to 'inventory') diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index 1dbea1b0..8ea0fa53 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -8,51 +8,59 @@ nextcloud_zfs: nextcloud_instances: luzesombra.skillz.biz: # new: true - version: 27.1.1 + version: 27.1.2 port: 8100 hostnames: - luzesombra.skillz.biz zfs_properties: quota: 200G + redis: + version: 7.2.1 database: type: mariadb version: 11.1.2 password: "{{ vault_nextcloud_database_passwords['luzesombra.skillz.biz'] }}" insomnia.skillz.biz: # new: true - version: 27.0.2 + version: 27.1.2 port: 8101 hostnames: - insomnia.skillz.biz zfs_properties: quota: 300G + redis: + version: 7.2.1 database: type: mariadb - version: 10.11.4 + version: 10.11.5 password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true - version: 27.1.1 + version: 27.1.2 port: 8102 hostnames: - nc.skillz.biz zfs_properties: quota: 200G + redis: + version: 7.2.1 database: type: mariadb - version: 10.11.4 + version: 10.11.5 password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true - version: 27.0.2 + version: 27.1.2 port: 8104 hostnames: - wae.elevate.at zfs_properties: quota: 100G + redis: + version: 7.2.1 database: type: mariadb - version: 10.11.4 + version: 10.11.5 password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" wolke.elev8.at: # new: true @@ -62,6 +70,8 @@ nextcloud_instances: - wolke.elev8.at zfs_properties: quota: 10G + redis: + version: 7.2.1 database: type: mariadb version: 10.5.13 diff --git a/inventory/host_vars/sk-cloudio/vars.yml b/inventory/host_vars/sk-cloudio/vars.yml index f0826cc7..fc6dc3ad 100644 --- a/inventory/host_vars/sk-cloudio/vars.yml +++ b/inventory/host_vars/sk-cloudio/vars.yml @@ -70,7 +70,7 @@ kubelet_storage: properties: quota: 20G -kubernetes_version: 1.27.3 +kubernetes_version: 1.28.2 kubernetes_cri_tools_pkg_version: 1.26.0-00 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 100 diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index f8af167f..0ea6e0a1 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -88,7 +88,7 @@ kubelet_storage: properties: quota: 15G -kubernetes_version: 1.27.3 +kubernetes_version: 1.28.2 kubernetes_cri_tools_pkg_version: 1.26.0-00 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 15 @@ -118,15 +118,17 @@ nextcloud_zfs: nextcloud_instances: team.tomwaitz.eu: # new: true - version: 27.0.2 + version: 27.1.1 port: 8100 hostnames: - team.tomwaitz.eu zfs_properties: quota: 780G + redis: + version: 7.2.1 database: type: mariadb - version: 10.11.4 + version: 10.11.5 password: "{{ vault_nextcloud_database_passwords['team.tomwaitz.eu'] }}" custom_image: dockerfile: | -- cgit v1.2.3