feat: rails style bootkit bin/railiance with quickstart
Some checks failed
railiance-tests / smoke (push) Has been cancelled

This commit is contained in:
2025-09-13 01:32:19 +02:00
parent 676ec32379
commit 96eccc6b67
7 changed files with 147 additions and 1 deletions

22
docs/first_host.md Normal file
View File

@@ -0,0 +1,22 @@
# First Railiance Host — Provider Guide
## 1) Generate SSH key
```
bin/railiance gen-ssh-key
```
## 2) Choose a VM
Ubuntu 24.04 LTS, 2 vCPU, 48GB RAM, 60+GB SSD, open 22/80/443.
## 3) Cloud-init
```
bin/railiance cloudinit > user-data.yaml
```
## 4) Seed
Copy Spore or clone directly, then run seed script on the host.
## 5) Bootstrap (optional now)
```
ansible-playbook -i ansible/inventory/hosts.ini ansible/bootstrap.yml
```