tools and workplans
Some checks failed
railiance-tests / smoke (push) Has been cancelled

This commit is contained in:
2026-05-15 23:03:28 +02:00
parent 57a11d467e
commit 1eb8559f27
9 changed files with 466 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
# Railiance Bootstrap
# Railiance Cluster
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
Opinionated Infrastructure-as-Code framework for reproducible, self-reliant systems.
@@ -6,7 +6,7 @@ Opinionated Infrastructure-as-Code framework for reproducible, self-reliant syst
Railiance is an opinionated **Infrastructure-as-Code framework**
think *Rails for Ops*: convention over configuration, reproducibility first.
This repo (`railiance-bootstrap`) is the **entry point**:
This repo (`railiance-cluster`) is the **cluster runtime entry point**:
from two bare Linux servers, a Git repo, and credentials, you can rebuild
a fully automated Kubernetes-based environment.
@@ -16,8 +16,8 @@ a fully automated Kubernetes-based environment.
1. **Clone this repo**
```bash
git clone <your-gitea-url>/railiance-bootstrap.git
cd railiance-bootstrap
git clone <your-gitea-url>/railiance-cluster.git
cd railiance-cluster
```
2. **Configure Gitea access**