From 03f1d35ff457b7e46708588bd27c360d54a5a289 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 8 Mar 2026 22:56:55 +0100 Subject: [PATCH] We will for now have servers on hosteurope so i changed the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a27d1c2..8858eec 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Tagline:** Git-driven automation for secure, self-reliant servers. -RailianceHosts is an open-source control repo that provisions and manages servers on Hetzner Cloud entirely from Git. It combines **Terraform** for lifecycle management, **cloud-init** for first-boot configuration, and **Ansible** for convergence. All secrets live in-repo encrypted with **SOPS** and are unlocked with your single **age** master key (which you keep in your password manager). The minimal server registry in `inventory/servers.yaml` is the source of truth. +RailianceHosts is an open-source control repo that provisions and manages servers on Hosteurope and Hetzner Cloud entirely from Git. It combines **Terraform** for lifecycle management, **cloud-init** for first-boot configuration, and **Ansible** for convergence. All secrets live in-repo encrypted with **SOPS** and are unlocked with your single **age** master key (which you keep in your password manager). The minimal server registry in `inventory/servers.yaml` is the source of truth. ## Quickstart