summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-04 18:25:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-04 18:25:20 +0200
commit822b5e0e2eff46fbd007024ad1323abe27c2ff70 (patch)
tree3dfb358e3bbfe59815c881989f3e06be20108a9a /inventory/host_vars
parentubuntu/installer: improved handling of latest image (diff)
raspios: major refactoring for image fetching, TODO: customization
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-cm4-test.yml20
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml1
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml1
-rw-r--r--inventory/host_vars/ch-mc-pi.yml2
4 files changed, 22 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-cm4-test.yml b/inventory/host_vars/ch-cm4-test.yml
new file mode 100644
index 00000000..11218262
--- /dev/null
+++ b/inventory/host_vars/ch-cm4-test.yml
@@ -0,0 +1,20 @@
+---
+raspios_variant: lite
+raspios_arch: arm64
+
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: eth0
+ address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+ gateway: "{{ network_zones.lan.gateway }}"
+ interfaces:
+ - *_network_primary_
+
+###
+# [all]
+# dtparam=i2c_vc=on
+# dtoverlay=i2c-rtc,pcf85063a,i2c_csi_dsi
+# dtoverlay=i2c-fan,emc2301,i2c_csi_dsi
+
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml
index 9e184373..07e593d3 100644
--- a/inventory/host_vars/ch-equinox-t450s.yml
+++ b/inventory/host_vars/ch-equinox-t450s.yml
@@ -199,6 +199,7 @@ ws_base_extra_packages:
- python3-sphinx
- python3-sphinx-rtd-theme
- python3-toml
+ - python3-xopen
- qemu-kvm
- qemu-utils
- quilt
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index 0acb29d3..8d1b1dc7 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -200,6 +200,7 @@ ws_base_extra_packages:
- python3-sphinx
- python3-sphinx-rtd-theme
- python3-toml
+ - python3-xopen
- qemu-kvm
- qemu-utils
- quilt
diff --git a/inventory/host_vars/ch-mc-pi.yml b/inventory/host_vars/ch-mc-pi.yml
index a8701c54..064ad560 100644
--- a/inventory/host_vars/ch-mc-pi.yml
+++ b/inventory/host_vars/ch-mc-pi.yml
@@ -1,6 +1,4 @@
---
-## TODO: remove once autodetection works...
-raspios_release_date: "2022-01-28"
#raspios_variant: desktop
raspios_arch: arm64