docs: add documentation for provisioning a server

This commit is contained in:
Bernd Worsch 2025-09-14 00:57:26 +02:00
parent bc0ea33555
commit 389c20478f
2 changed files with 130 additions and 0 deletions

View file

@ -73,6 +73,19 @@ Learn how to add your SSH key and test connectivity after provisioning:
➡️ [SSH Access & Connectivity Test](docs/ssh-access.md)
TL;DR
- put your public key into keys/admin_ssh.pub
## 🚀 Provisioning
How to declare hosts and bring them up on Hetzner:
➡️ [Provisioning Servers](docs/provisioning.md)
TL;DR
- Define servers in inventory/servers.yaml (name, region, type, image, ssh_user, labels/role).
- Provision with make tf-apply (or make apply to also run Ansible).
- One-shot helper: scripts/hcloud_new_server.sh <name> --type ... --region ....
xxx