docs: add documentation for provisioning a server
This commit is contained in:
parent
bc0ea33555
commit
389c20478f
2 changed files with 130 additions and 0 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue