Updated scope
This commit is contained in:
25
SCOPE.md
25
SCOPE.md
@@ -96,6 +96,31 @@ Railiance is structured as five independent repos per OAS Stack layer. This repo
|
||||
|
||||
---
|
||||
|
||||
## Provided Capabilities
|
||||
|
||||
```capability
|
||||
type: infrastructure
|
||||
title: Server provisioning (Terraform)
|
||||
description: Provision bare-metal and cloud servers on Hetzner and HostEurope via Terraform with cloud-init first-boot configuration.
|
||||
keywords: [terraform, server, provisioning, hetzner, hosteurope, cloud-init, infrastructure]
|
||||
```
|
||||
|
||||
```capability
|
||||
type: infrastructure
|
||||
title: OS hardening and convergence (Ansible)
|
||||
description: Harden and converge server OS via Ansible (base, security, sops_agent roles) with Goss test suite for baseline validation.
|
||||
keywords: [ansible, os, hardening, convergence, goss, security, baseline, validation]
|
||||
```
|
||||
|
||||
```capability
|
||||
type: security
|
||||
title: Secret management (SOPS/age)
|
||||
description: Manage encrypted secrets at rest in Git using SOPS/age — encrypt, rotate, and distribute secrets for Railiance infrastructure components.
|
||||
keywords: [sops, age, secrets, encryption, gitops, key-rotation, credential]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
Designed for remote execution from HostEurope (92.205.130.254). SSH reverse tunnel required for State Hub access: `ssh -R 8000:127.0.0.1:8000 tegwick@92.205.130.254`.
|
||||
|
||||
Reference in New Issue
Block a user