summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-calypso.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-05-06 17:18:54 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-05-06 17:18:54 +0200
commitfad9228224fdc07bf0ef7e15a045d8e1e35ea5fe (patch)
tree55d5a1ffc88aa770b8e21f374b8948f331e0db34 /inventory/host_vars/ch-calypso.yml
parentmointoring/promethues: make High CPU Alert less noisy (diff)
prepare hosts for k8s-chtest cluster
Diffstat (limited to 'inventory/host_vars/ch-calypso.yml')
-rw-r--r--inventory/host_vars/ch-calypso.yml72
1 files changed, 18 insertions, 54 deletions
diff --git a/inventory/host_vars/ch-calypso.yml b/inventory/host_vars/ch-calypso.yml
index 163b63e4..c778d76f 100644
--- a/inventory/host_vars/ch-calypso.yml
+++ b/inventory/host_vars/ch-calypso.yml
@@ -1,34 +1,9 @@
---
-debian_preseed_language: de
-debian_preseed_country: AT
-debian_preseed_locales:
- - de_AT.UTF-8
- - de_DE.UTF-8
- - en_US.UTF-8
-
-debian_preseed_no_splash: no
-debian_preseed_install_tasks:
- - xubuntu-desktop
-
-
+system_lvm_volume_size_root: 5G
install:
efi: yes
disks:
primary: /dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-5328NA52AN84G246
- system_lvm:
- volumes:
- - name: root
- size: 20G
- filesystem: ext4
- mountpoint: /
- - name: var+log
- size: 768M
- filesystem: ext4
- mountpoint: /var/log
- mount_options:
- - noatime
- - nodev
- - noexec
network:
nameservers: "{{ network_zones.lan.dns }}"
@@ -43,38 +18,27 @@ network:
apt_repo_components:
- main
- - restricted
- - universe
- - multiverse
+ - contrib
+ - non-free ## for microcode updates
spreadspace_apt_repo_components:
- - main
- - streaming
-
-base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
+ - container
-admin_users_host:
- - equinox
-zfs_arc_size:
- min: 1GB
- max: 2GB
-
-zfs_pools:
- storage:
- mountpoint: /srv/storage
- create_vdevs: mirror /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720805 /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720811
-
-ws_base_extra_packages:
- # needs apt-repo/obs-studio
- - obs-studio
-
-ws_base_lightdm_defaults:
- autologin-user: equinox
- autologin-user-timeout: 0
+blackmagic_desktopvideo_version: 12.2.2a6
+blackmagic_desktopvideo_include_gui: yes
-blackmagic_desktopvideo_version: 11.7a12
-blackmagic_desktopvideo_include_gui: yes
+containerd_storage:
+ type: lvm
+ vg: "{{ host_name }}"
+ lv: containerd
+ size: 7G
+ fs: ext4
-blackmagic_mediaexpress_version: 3.6.2a2
+kubelet_storage:
+ type: lvm
+ vg: "{{ host_name }}"
+ lv: kubelet
+ size: 5G
+ fs: ext4