summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-dione.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-01-02 03:26:31 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-01-02 03:26:31 +0100
commit73569344d44b7f8e58522d91af14858023127d32 (patch)
tree77b87d065285d19efa5747a357eef7110e4451dc /inventory/host_vars/ch-dione.yml
parentminor cleanups for info-beamer role (diff)
prepare ch-dione and ch-helene for test kubernetes cluster
Diffstat (limited to 'inventory/host_vars/ch-dione.yml')
-rw-r--r--inventory/host_vars/ch-dione.yml40
1 files changed, 40 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index 40c2864b..6c241a75 100644
--- a/inventory/host_vars/ch-dione.yml
+++ b/inventory/host_vars/ch-dione.yml
@@ -18,5 +18,45 @@ network:
- *_network_primary_
+apt_repo_components:
+ - main
+ - contrib
+ - non-free ## for microcode updates
+
+
+ntp_variant: chrony
+
+ntp_client:
+ pools:
+ - name: at.pool.ntp.org
+ options: iburst
+
+ntp_hwtimestamp_interfaces:
+ - name: "*"
+
+ntp_server:
+ allow:
+ - "{{ network_zones.lan.prefix }}"
+
+
admin_users_host:
- equinox
+
+
+blackmagic_desktopvideo_version: 11.1a11
+
+
+docker_pkg_provider: docker-com
+docker_pkg_name: docker-ce
+
+docker_lvm:
+ vg: "{{ host_name }}"
+ lv: docker
+ size: 15G
+ fs: ext4
+
+kubelet_lvm:
+ vg: "{{ host_name }}"
+ lv: kubelet
+ size: 10G
+ fs: ext4