summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-26 21:26:53 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-26 21:26:53 +0200
commit35d058c2db0ad466a4c73261128806056ebd97b3 (patch)
treead67816d5f40dfc089202e97996a45c00272087b /inventory
parentupgrade prometheus-node-exporter (diff)
initial support for ubuntu 24.04
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/chaos-at-home/network.yml1
-rw-r--r--inventory/host_vars/ch-chromebook.yml (renamed from inventory/host_vars/s2-chromebook.yml)18
-rw-r--r--inventory/hosts.ini2
3 files changed, 13 insertions, 8 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml
index 93c0d2d2..9c3fd475 100644
--- a/inventory/group_vars/chaos-at-home/network.yml
+++ b/inventory/group_vars/chaos-at-home/network.yml
@@ -14,6 +14,7 @@ network_zones:
offsets:
ch-equinox-ws: 1
ch-octopi: 8
+ ch-chromebook: 9
ch-mclr: 10
ch-mcbr: 11
ch-turingpi: 19 # remove once BMC firmware can configure the built-in switch
diff --git a/inventory/host_vars/s2-chromebook.yml b/inventory/host_vars/ch-chromebook.yml
index 96e7ab30..bf93cba1 100644
--- a/inventory/host_vars/s2-chromebook.yml
+++ b/inventory/host_vars/ch-chromebook.yml
@@ -5,7 +5,6 @@ ubuntu_autoinstall_keyboard_variant: nodeadkeys
ubuntu_autoinstall_timezone: Europe/Vienna
ubuntu_autoinstall_desktop: xubuntu
-ubuntu_autoinstall_kernel_image: linux-generic-hwe-22.04-edge
install:
efi: yes
@@ -33,17 +32,14 @@ install:
- quiet
- splash
- iommu=pt
- #- nomodeset ## only needed during installation
network:
- nameservers:
- - 195.58.161.123
- - 212.186.211.21
+ nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enx68da73a8dc5f
- address: "192.168.28.32/24"
- gateway: "192.168.28.254"
+ address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_
@@ -78,5 +74,13 @@ ws_base_extra_packages:
- xfce4-goodies
+ws_flatpak_apps:
+ - name: org.pipewire.Helvum
+ link: helvum
+
+
+ws_minet_wired_interface_name: enx68da73a8dc5f
+ws_minet_wired_interface_module: cdc_ether
+
ws_minet_wireless_interface_name: wlp1s0
ws_minet_wireless_interface_module: iwlwifi
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index 4b63a684..de125e83 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -23,6 +23,7 @@ ch-nic host_name=nic
ch-gw-c3voc host_name=gw-c3voc
ch-equinox-ws host_name=equinox-ws
ch-equinox-t450s host_name=equinox-t450s
+ch-chromebook host_name=chromebook
ch-prometheus host_name=prometheus
ch-apps host_name=apps
ch-http-proxy host_name=http-proxy
@@ -139,7 +140,6 @@ env_group=spreadspace
s2-build host_name=build
s2-thetys host_name=thetys
s2-mr-snuggles host_name=mr-snuggles
-s2-chromebook host_name=chromebook
[linuxtage:vars]