Add a short tl;dr section to the readme for quick setup

This commit is contained in:
2025-09-18 16:00:57 +02:00
parent f4bf7569a6
commit 4a818d0c8a

View File

@@ -7,6 +7,22 @@ The setup is split into 2 dedicated parts:
. Create necessary machines in Hetzner Cloud via terraform. . Create necessary machines in Hetzner Cloud via terraform.
. Install/Upgrade kubernetes-cluster and other software via ansible. . Install/Upgrade kubernetes-cluster and other software via ansible.
== TL;DR
[source,bash]
----
cd infra
terraform init
terraform apply
sleep 300 # Wait 5 minutes to allow the user-data script to finish
cd ../k3s
ansible-galaxy install -r requirements.yml
ansible-playbook site.yml
cd ../k8s
terraform init
terraform apply
----
== Preparation == Preparation
. Ensure `terraform` is installed . Ensure `terraform` is installed