chore: another improvement
Some checks failed
railiance-tests / smoke (push) Has been cancelled

This commit is contained in:
2025-09-13 01:23:02 +00:00
parent 6662e9a377
commit b7696e657f

View File

@@ -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, 48 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 dont already have an SSH key:
@@ -69,7 +84,7 @@ ssh <USER>@<IP>
---
## 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, 48 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: