From 5f925ca116c23a51d3043ebab314b15ff8e21ae4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 16 Sep 2021 23:57:31 +0200 Subject: all hosts have been converted to use apt pinning --- inventory/host_vars/ch-dione.yml | 7 +++++++ inventory/host_vars/ch-helene.yml | 2 +- inventory/host_vars/sgg-icecast.yml | 3 ++- inventory/host_vars/sk-cloudio/nextcloud.yml | 8 ++++---- inventory/host_vars/sk-tomnext-nc.yml | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml index 9e327b21..93a94476 100644 --- a/inventory/host_vars/ch-dione.yml +++ b/inventory/host_vars/ch-dione.yml @@ -78,3 +78,10 @@ ntp_server: blackmagic_desktopvideo_version: 11.7a12 blackmagic_desktopvideo_include_gui: yes + + +kubernetes_version: 1.22.2 +kubernetes_cri_tools_pkg_version: 1.21.0~2 +kubernetes_container_runtime: containerd +kubernetes_standalone_max_pods: 42 +kubernetes_standalone_cni_variant: with-portmap diff --git a/inventory/host_vars/ch-helene.yml b/inventory/host_vars/ch-helene.yml index 6f35acd3..08c750ef 100644 --- a/inventory/host_vars/ch-helene.yml +++ b/inventory/host_vars/ch-helene.yml @@ -75,7 +75,7 @@ blackmagic_desktopvideo_include_gui: yes -kubernetes_version: 1.21.4 +kubernetes_version: 1.22.2 kubernetes_cri_tools_pkg_version: 1.21.0~2 kubernetes_container_runtime: containerd kubernetes_standalone_max_pods: 42 diff --git a/inventory/host_vars/sgg-icecast.yml b/inventory/host_vars/sgg-icecast.yml index 887ef8ac..eec37447 100644 --- a/inventory/host_vars/sgg-icecast.yml +++ b/inventory/host_vars/sgg-icecast.yml @@ -51,7 +51,8 @@ kubelet_storage: size: 2G fs: ext4 -kubernetes_version: 1.21.1 +kubernetes_version: 1.22.2 +kubernetes_cri_tools_pkg_version: 1.21.0~2 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 42 kubernetes_standalone_cni_variant: with-portmap diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index d7db2ea5..594dd8ac 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: 21.0.3 + version: 21.0.4 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: 21.0.3 + version: 21.0.4 port: 8101 hostnames: - insomnia.skillz.biz @@ -32,7 +32,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true - version: 21.0.3 + version: 21.0.4 port: 8102 hostnames: - nc.skillz.biz @@ -44,7 +44,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true - version: 21.0.3 + version: 21.0.4 port: 8104 hostnames: - wae.elevate.at diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index c9f0be3e..5e0f9997 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -123,7 +123,7 @@ nextcloud_zfs: nextcloud_instances: team.tomwaitz.eu: # new: true - version: 21.0.3 + version: 21.0.4 port: 8100 hostnames: - team.tomwaitz.eu -- cgit v1.2.3