Files
railiance-cluster/docs/first_host.md
Bernd Worsch 96eccc6b67
Some checks failed
railiance-tests / smoke (push) Has been cancelled
feat: rails style bootkit bin/railiance with quickstart
2025-09-13 01:32:19 +02:00

23 lines
438 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
```