From 02601170f51da49b172fed4d3f71f23a438ad53a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" https://www.blinkstick.com/products/blinkstick-nano The initial setup is done with Ansible. The fan of the PoE HAT tends to occelate between min and max speed. Accoding to
an article by Jeff Geerling this can be adjusted. This should be added as startup command to
+
@@ -1103,6 +1121,15 @@
+
@@ -1253,6 +1289,19 @@
Harware Setup of Raspberry PIs
Bootstrap new Raspberry Pi
+
+
sudo ssh-keygen -R <oldhost>
and sudo ssh-keygen -R <ip>
hosts.yaml
group_vars/<distribution-name>.yaml
+ Otherwise add a file with the variable ansible_user_first_run
ansible-playbook add-user-ssh.yaml --limit <newhost>
PoE HAT
Lenovo nic e1000
/etc/network/if-up.d/
Hardware Buy List
+
+
diff --git a/custom-images/index.html b/custom-images/index.html
index ce3cc1c13..28cb54f91 100644
--- a/custom-images/index.html
+++ b/custom-images/index.html
@@ -1033,6 +1033,7 @@ Custom Docker Images
https://pre-commit.com/#install
https://github.com/norwoodj/helm-docs
https://keepachangelog.com/en/1.0.0/
k8s best practices for images: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-how-and-why-to-build-small-container-images
For the task of creating my own images I got inspired by the setup from k8s-at-home and of it's contributers like onedr0p