summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-13 00:49:29 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-13 00:49:29 +0100
commit180e6ccbccdf3617884f153a40f46b864e8400f4 (patch)
treeb10ef114eaed6960a3a226fc012e6c7450b34a8f /inventory/host_vars/ch-dione.yml
parentadd openwrt-based smb host for install media (diff)
base install for ch-(dione|helene) for k8s test
Diffstat (limited to 'inventory/host_vars/ch-dione.yml')
-rw-r--r--inventory/host_vars/ch-dione.yml44
1 files changed, 0 insertions, 44 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index a4e95d44..3b543db5 100644
--- a/inventory/host_vars/ch-dione.yml
+++ b/inventory/host_vars/ch-dione.yml
@@ -3,24 +3,6 @@ install:
efi: true
disks:
primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NY0HC29501
- system_lvm:
- volumes:
- - name: root
- size: 3G
- filesystem: ext4
- mountpoint: /
- - name: var
- size: 1280M
- filesystem: ext4
- mountpoint: /var
- - name: var+log
- size: 768M
- filesystem: ext4
- mountpoint: /var/log
- mount_options:
- - noatime
- - nodev
- - noexec
kernel_cmdline:
- "consoleblank=0"
- "nomodeset"
@@ -44,10 +26,6 @@ apt_repo_components:
spreadspace_apt_repo_components:
- container
-
-admin_users_host:
- - equinox
-
containerd_storage:
type: lvm
vg: "{{ host_name }}"
@@ -63,27 +41,5 @@ kubelet_storage:
fs: ext4
-ntp_variant: chrony
-
-ntp_client:
- pools:
- - name: at.pool.ntp.org
- options: iburst
-
-ntp_hwtimestamp_interfaces:
- - name: "*"
-
-ntp_server:
- local: stratum 8
- allow:
- - "{{ network_zones.lan.prefix }}"
-
-
blackmagic_desktopvideo_version: 11.7a12
blackmagic_desktopvideo_include_gui: yes
-
-
-kubernetes_version: 1.22.5
-kubernetes_container_runtime: containerd
-kubernetes_standalone_max_pods: 42
-kubernetes_standalone_cni_variant: with-portmap