From b7696e657f5aaf77949806eed3fb32d7257792b5 Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Sat, 13 Sep 2025 01:23:02 +0000 Subject: [PATCH] chore: another improvement --- QUICKSTART.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 5fbc4cc..dd43a6a 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -37,7 +37,22 @@ This command will confirm prerequisites. --- -## 2. Prepare your SSH key +## 2. Provision a new VM + +Recommended host specs: +- Ubuntu 24.04 LTS +- 2 vCPU, 4–8 GB RAM +- 60 GB SSD + +```bash +bin/railiance plan-host +``` + +When creating the VM, inject your SSH key and, if possible, apply the provided `cloudinit/user-data.yaml`. + +--- + +## 3. Prepare your SSH key If you don’t already have an SSH key: @@ -69,7 +84,7 @@ ssh @ --- -## 3. Create your inventory +## 4. Create your inventory Copy the example inventory: @@ -87,17 +102,6 @@ ansible -i ansible/hosts.ini all -m ping --- -## 4. Provision a new VM - -Recommended host specs: -- Ubuntu 24.04 LTS -- 2 vCPU, 4–8 GB RAM -- 60 GB SSD - -When creating the VM, inject your SSH key and, if possible, apply the provided `cloudinit/user-data.yaml`. - ---- - ## 5. Seed the host Log in to the host and run the seed script: