No description
Find a file
2025-09-12 02:25:53 +02:00
.github/workflows railiance: initial bootstrap scaffold 2025-09-12 01:46:14 +02:00
ansible railiance: initial bootstrap scaffold 2025-09-12 01:46:14 +02:00
docs docs: add contributor guidelines 2025-09-12 02:25:53 +02:00
tests railiance: initial bootstrap scaffold 2025-09-12 01:46:14 +02:00
tools tools: add repo creation script and helper README 2025-09-12 02:11:37 +02:00
.editorconfig chore: optimize .editorconfig for consistent coding style 2025-09-12 02:19:01 +02:00
.gitattributes chore: .gitattributes updated for line ending normalization 2025-09-12 02:21:05 +02:00
.gitignore chore: optimized .gitignore for Railiance infra repo 2025-09-12 02:23:08 +02:00
README.md railiance: initial bootstrap scaffold 2025-09-12 01:46:14 +02:00

railiance-bootstrap

Railiance Bootstrap — opinionated, reproducible IaC to rebuild Coulomb infra from scratch.

Goals

  • Two Linux machines + this Git repo + credentials ⇒ full rebuild
  • GitOps-first with ArgoCD/Flux
  • OODA (Observe→Orient→Decide→Act) encoded as pipelines
  • Tests define success at every step

Layout

ansible/  # host bootstrap
helm/     # charts & values
k8s/      # raw manifests/CRDs
tests/    # expectation tests (bash/py)
docs/     # operator notes, OODA SOPs