From d4fc108db4367efc6a8c42e63c1814fd01b8a628 Mon Sep 17 00:00:00 2001 From: leon Date: Sun, 15 Feb 2026 12:43:14 +0100 Subject: [PATCH] Add idea for better server setup --- README.md | 5 +++++ projects/automatic-server-setup.md | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 projects/automatic-server-setup.md diff --git a/README.md b/README.md index 604de5a..22a61a1 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,8 @@ Name | Status [Embedded Epyc Server](./projects/embedded-epyc-server.md) | - [25 Gb Networking](./projects/25gb-networking.md) | - [100 Gb Networking](./projects/100gb-networking.md) + +## Other Projects +Name | Status +--- | --- +[Automatic Server Setup](./projects/automatic-server-setup.md) | - diff --git a/projects/automatic-server-setup.md b/projects/automatic-server-setup.md new file mode 100644 index 0000000..97fb744 --- /dev/null +++ b/projects/automatic-server-setup.md @@ -0,0 +1,8 @@ +# Automatic Server Setup +Enable the mostly automatic setup of new servers. +I already have most of my maintenance/configuration stuff in ansible playbooks, but the initial +setup is still rather manual. + +My dream setup, would be to just add a new server (maybe note down some basic information about it), it then +boots up into an installer using PXE-Boot, installs a basic version of the OS with the correct SSH keys on it +already and then I just have to run my playbooks to configure it.