summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudio
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-10-13 21:19:09 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-10-13 21:19:09 +0200
commit99a57f3dd3f788fd1d45e1858b2769cf47aab9c8 (patch)
tree0e425103618e22a7bae0fcc89795cae45b6aea55 /inventory/host_vars/sk-cloudio
parentele-media: add redis as filelocking memcache for nextcloud (diff)
sk-(cloudio|tomnex-nc): upggade kubelet to 1.28.2 and add redis for nextcloud
Diffstat (limited to 'inventory/host_vars/sk-cloudio')
-rw-r--r--inventory/host_vars/sk-cloudio/nextcloud.yml24
-rw-r--r--inventory/host_vars/sk-cloudio/vars.yml2
2 files changed, 18 insertions, 8 deletions
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