docs: add documentation for provisioning a server
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user