From 9543a65d0bbe8c43bce966b32a7571b146edabba Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 11 Jan 2022 20:17:36 +0100 Subject: finalize move to cri-tools from spreadspace repo --- inventory/host_vars/sk-cloudio/nextcloud.yml | 6 +++--- inventory/host_vars/sk-cloudio/vars.yml | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'inventory/host_vars/sk-cloudio') diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index 48a56f43..7fe81abd 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -8,7 +8,7 @@ nextcloud_zfs: nextcloud_instances: wolke.elevate.at: # new: true - version: 22.2.3 + version: 23.0.0 port: 8100 hostnames: - wolke.elevate.at @@ -20,7 +20,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" insomnia.skillz.biz: # new: true - version: 22.2.3 + version: 23.0.0 port: 8101 hostnames: - insomnia.skillz.biz @@ -44,7 +44,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true - version: 22.2.3 + version: 23.0.0 port: 8104 hostnames: - wae.elevate.at diff --git a/inventory/host_vars/sk-cloudio/vars.yml b/inventory/host_vars/sk-cloudio/vars.yml index ed6c0126..e54e39d0 100644 --- a/inventory/host_vars/sk-cloudio/vars.yml +++ b/inventory/host_vars/sk-cloudio/vars.yml @@ -36,6 +36,10 @@ apt_repo_components: - contrib ## for zfs - non-free ## for microcode updates +spreadspace_apt_repo_components: + - main + - container + zfs_arc_size: min: 2GB @@ -80,7 +84,6 @@ kubelet_storage: quota: 20G kubernetes_version: 1.22.2 -kubernetes_cri_tools_pkg_version: 1.21.0~2 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 100 kubernetes_standalone_pod_cidr: 192.168.255.0/24 -- cgit v1.2.3